Skip to content

Commit b1764b5

Browse files
committed
📖 DOC: Changelog
1 parent 678f601 commit b1764b5

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

changelog.md

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

3333
<br>
3434

35+
### RELEASE: [1.2.1](https://github.com/ahmadawais/create-node-cli/compare/1.2.0...1.2.1)
36+
37+
![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
38+
39+
> 👌 Header Color [`678f601`](https://github.com/ahmadawais/create-node-cli/commit/678f601f41075e77089be2c143217f2c1dba0beb) <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.2.0](https://github.com/ahmadawais/create-node-cli/compare/1.1.0...1.2.0)
3648

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

3951
> 🐛 Typo [`5eec27d`](https://github.com/ahmadawais/create-node-cli/commit/5eec27df9050010e17db6381ce0ebf5d28d2d7b8) <br>
4052
53+
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
54+
55+
> 📖 Changelog [`49fc9b4`](https://github.com/ahmadawais/create-node-cli/commit/49fc9b4894cec16129d306e9c1b7f5818db4a2fb) <br>
56+
4157
<br>
4258

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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.2.0",
4+
"version": "1.2.1",
55
"bin": {
66
"create-node-cli": "index.js",
77
"ncli": "index.js"

0 commit comments

Comments
 (0)