Skip to content

Commit 5e328d2

Browse files
committed
🔖 Release v1.0.17 [skip ci]
1 parent c7f946c commit 5e328d2

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v1.0.17] - 2021-09-20
2+
3+
[Release notes](https://github.com/BetaHuhn/node-cli-starter/releases/tag/v1.0.17) · [Compare](https://github.com/BetaHuhn/node-cli-starter/compare/v1.0.16...v1.0.17) · [Tag](https://github.com/BetaHuhn/node-cli-starter/tree/v1.0.17) · Archive ([zip](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.17.zip) · [tar.gz](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.17.tar.gz))
4+
5+
### Dependency updates
6+
7+
- [`13908d1`](https://github.com/BetaHuhn/node-cli-starter/commit/13908d1) Bump @vercel/ncc from 0.31.0 to 0.31.1
8+
19
## [v1.0.16] - 2021-09-13
210

311
[Release notes](https://github.com/BetaHuhn/node-cli-starter/releases/tag/v1.0.16) · [Compare](https://github.com/BetaHuhn/node-cli-starter/compare/v1.0.15...v1.0.16) · [Tag](https://github.com/BetaHuhn/node-cli-starter/tree/v1.0.16) · Archive ([zip](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.16.zip) · [tar.gz](https://github.com/BetaHuhn/node-cli-starter/archive/v1.0.16.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.16",
3+
"version": "1.0.17",
44
"description": "Starter repo for Node.js based CLI program",
55
"bin": "./dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)