Skip to content

Commit 49fc9b4

Browse files
committed
📖 DOC: Changelog
1 parent 5eec27d commit 49fc9b4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Diff for: changelog.md

+16
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.2.0](https://github.com/ahmadawais/create-node-cli/compare/1.1.0...1.2.0)
36+
37+
![🐛 FIX:](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347)
38+
39+
> 🐛 Typo [`5eec27d`](https://github.com/ahmadawais/create-node-cli/commit/5eec27df9050010e17db6381ce0ebf5d28d2d7b8) <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.1.0](https://github.com/ahmadawais/create-node-cli/compare/1.0.1...1.1.0)
3648

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

4759
> 👌 Links [`3d5fdb0`](https://github.com/ahmadawais/create-node-cli/commit/3d5fdb0b8e8aceba0efe0d73d88441dc5aab5033) <br>
4860
61+
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
62+
63+
> 📖 Changelog [`4223938`](https://github.com/ahmadawais/create-node-cli/commit/4223938844548cb078d763116808715513742788) <br>
64+
4965
<br>
5066

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

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

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

0 commit comments

Comments
 (0)