Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba8a1f2

Browse files
committedMar 24, 2022
📖 DOC: Changelog
1 parent 40d8018 commit ba8a1f2

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed
 

‎changelog.md

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

3333
<br>
3434

35+
### RELEASE: [1.6.1](https://github.com/ahmadawais/create-node-cli/compare/1.6.0...1.6.1)
36+
37+
![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
38+
39+
> 👌 Chalk version before ESM [`40d8018`](https://github.com/ahmadawais/create-node-cli/commit/40d801808134ed99470ef222ea1bf76cfc0d537a) <br>
40+
41+
<br>
42+
43+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
44+
45+
<br>
46+
3547
### RELEASE: [1.6.0](https://github.com/ahmadawais/create-node-cli/compare/1.5.0...1.6.0)
3648

3749
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
@@ -50,6 +62,7 @@ I have released a video course to help you build <a href="https://NodeCLI.com/?u
5062
5163
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
5264

65+
> 📖 Changelog [`6682184`](https://github.com/ahmadawais/create-node-cli/commit/6682184c87b0cec5b939abd0731b2bf38758af9f) <br>
5366
> 📖 Lingo [`8670e87`](https://github.com/ahmadawais/create-node-cli/commit/8670e8780569fc8b31cb567e8ea0e9937cc28300) <br>
5467
5568
<br>

‎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.6.0",
4+
"version": "1.6.1",
55
"bin": {
66
"create-node-cli": "index.js",
77
"ncli": "index.js"

0 commit comments

Comments
 (0)
Please sign in to comment.