Skip to content

Commit

Permalink
📖 DOC: Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 24, 2022
1 parent 40d8018 commit ba8a1f2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ I have released a video course to help you build <a href="https://NodeCLI.com/?u

<br>

### RELEASE: [1.6.1](https://github.com/ahmadawais/create-node-cli/compare/1.6.0...1.6.1)

![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)

> 👌 Chalk version before ESM [`40d8018`](https://github.com/ahmadawais/create-node-cli/commit/40d801808134ed99470ef222ea1bf76cfc0d537a) <br>
<br>

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

<br>

### RELEASE: [1.6.0](https://github.com/ahmadawais/create-node-cli/compare/1.5.0...1.6.0)

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

> 📖 Changelog [`6682184`](https://github.com/ahmadawais/create-node-cli/commit/6682184c87b0cec5b939abd0731b2bf38758af9f) <br>
> 📖 Lingo [`8670e87`](https://github.com/ahmadawais/create-node-cli/commit/8670e8780569fc8b31cb567e8ea0e9937cc28300) <br>
<br>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-node-cli",
"description": "CLI to create Node.js CLIs.",
"version": "1.6.0",
"version": "1.6.1",
"bin": {
"create-node-cli": "index.js",
"ncli": "index.js"
Expand Down

0 comments on commit ba8a1f2

Please sign in to comment.