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 5eec27d commit 49fc9b4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions changelog.md
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.2.0](https://github.com/ahmadawais/create-node-cli/compare/1.1.0...1.2.0)

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

> 🐛 Typo [`5eec27d`](https://github.com/ahmadawais/create-node-cli/commit/5eec27df9050010e17db6381ce0ebf5d28d2d7b8) <br>
<br>

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

<br>

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

![BREAKING](https://img.shields.io/badge/-BREAKING%20CHANGES-gray.svg?colorB=F91800)
Expand All @@ -46,6 +58,10 @@ I have released a video course to help you build <a href="https://NodeCLI.com/?u

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

> 📖 Changelog [`4223938`](https://github.com/ahmadawais/create-node-cli/commit/4223938844548cb078d763116808715513742788) <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
@@ -1,7 +1,7 @@
{
"name": "create-node-cli",
"description": "CLI to create Node.js CLIs.",
"version": "1.1.0",
"version": "1.2.0",
"bin": {
"create-node-cli": "index.js",
"ncli": "index.js"
Expand Down

0 comments on commit 49fc9b4

Please sign in to comment.