Skip to content

Commit 6682184

Browse files
committed
📖 DOC: Changelog
1 parent 44c5e7c commit 6682184

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,42 @@ I have released a video course to help you build <a href="https://NodeCLI.com/?u
3232

3333
<br>
3434

35+
### RELEASE: [1.6.0](https://github.com/ahmadawais/create-node-cli/compare/1.5.0...1.6.0)
36+
37+
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
38+
39+
> 📦 Support [`77e5b80`](https://github.com/ahmadawais/create-node-cli/commit/77e5b80c1245f678c8dd959c5dd88a8e54dc07e0) <br>
40+
41+
![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
42+
43+
> 👌 pkgs [`44c5e7c`](https://github.com/ahmadawais/create-node-cli/commit/44c5e7cb7da686112134b167435d6bf26ecea4a5) <br>
44+
> 👌 meow without ESM for now [`a5c6995`](https://github.com/ahmadawais/create-node-cli/commit/a5c69951a053e4ec83f8eaba92adeac2d67a680f) <br>
45+
46+
![🐛 FIX:](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)
47+
48+
> 🐛 Link [`6fd2ae2`](https://github.com/ahmadawais/create-node-cli/commit/6fd2ae2f2396c25e7e8859f2df0dc32cd3c5d318) <br>
49+
> 🐛 Strict camelCase flags [`577962d`](https://github.com/ahmadawais/create-node-cli/commit/577962d951f7b7c72a2567bd8a7caa871fe01a15) <br>
50+
51+
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
52+
53+
> 📖 Lingo [`8670e87`](https://github.com/ahmadawais/create-node-cli/commit/8670e8780569fc8b31cb567e8ea0e9937cc28300) <br>
54+
55+
<br>
56+
57+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
58+
59+
<br>
60+
3561
### RELEASE: [1.5.0](https://github.com/ahmadawais/create-node-cli/compare/1.4.0...1.5.0)
3662

3763
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
3864

3965
> 📦 Deps update [`b20912f`](https://github.com/ahmadawais/create-node-cli/commit/b20912ffa30d54a23e0ea3dcbd6800a3bfc7c382) <br>
4066
67+
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
68+
69+
> 📖 Changelog [`1cc51db`](https://github.com/ahmadawais/create-node-cli/commit/1cc51db0d1a7c9f9d9639c4b373ae6681f5c9c1e) <br>
70+
4171
<br>
4272

4373
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)

package-lock.json

Lines changed: 2 additions & 2 deletions
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,7 +1,7 @@
11
{
22
"name": "create-node-cli",
33
"description": "CLI to create Node.js CLIs.",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"bin": {
66
"create-node-cli": "index.js",
77
"ncli": "index.js"

0 commit comments

Comments
 (0)