Skip to content

Commit

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

<br>

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

![🐛 FIX:](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)

> 🐛 Broken link [`0a7e9c9`](https://github.com/ahmadawais/create-node-cli/commit/0a7e9c94b5a908f99642c19c8285a41cb075a1ea) <br>
<br>

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

<br>

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

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

> 👌 Badges [`f311588`](https://github.com/ahmadawais/create-node-cli/commit/f3115886f55457c831e60cbd8ce4d1f7133d757e) <br>
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)

> 📖 Changelog [`f05302b`](https://github.com/ahmadawais/create-node-cli/commit/f05302b598dad0e2e4767e3604322468ade00892) <br>
<br>

[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.3.0",
"version": "1.0.0",
"bin": {
"create-node-cli": "index.js",
"ncli": "index.js"
Expand Down

0 comments on commit 6497014

Please sign in to comment.