Skip to content

Commit 4320c31

Browse files
committed
🔖 Release v1.0.1 [skip ci]
1 parent 53cafa3 commit 4320c31

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [v1.0.1] - 2021-04-05
2+
3+
[Release notes](https://github.com/BetaHuhn/node-cli-starter/releases/tag/v1.0.1) · [Compare](https://github.com/BetaHuhn/node-cli-starter/compare/v1.0.0...v1.0.1) · [Tag](https://github.com/BetaHuhn/node-cli-starter/tree/v1.0.1) · Archive ([zip](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.1.zip) · [tar.gz](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.1.tar.gz))
4+
15
## [v1.0.0] - 2021-03-25
26

37
[Release notes](https://github.com/BetaHuhn/node-cli-starter/releases/tag/v1.0.0) · [Tag](https://github.com/BetaHuhn/node-cli-starter/tree/v1.0.0) · Archive ([zip](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.0.zip) · [tar.gz](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.0.tar.gz))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-cli-starter",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Starter repo for Node.js based CLI program",
55
"bin": "./dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)