Skip to content

Commit b611bba

Browse files
committed
📖 DOC: Changelog
1 parent e7cbfa5 commit b611bba

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

changelog.md

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

3333
<br>
3434

35+
### RELEASE: [0.2.0](https://github.com/ahmadawais/create-node-cli/compare/0.1.0...0.2.0)
36+
37+
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
38+
39+
> 📦 Logo name [`096e935`](https://github.com/ahmadawais/create-node-cli/commit/096e935c759f2b94010d228c46b1757560815df9) <br>
40+
> 📦 logo name [`f498ee8`](https://github.com/ahmadawais/create-node-cli/commit/f498ee830dd2eaf660c9a53b8d5966d688a285d9) <br>
41+
> 📦 Logo [`19d8efb`](https://github.com/ahmadawais/create-node-cli/commit/19d8efbfaef266644caf73e5c60355f5e9b1294f) <br>
42+
> 📦 Link [`c8962cc`](https://github.com/ahmadawais/create-node-cli/commit/c8962ccccad2f9a80b74d598ab95190fe34267be) <br>
43+
44+
![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
45+
46+
> 👌 Links [`32bb6d2`](https://github.com/ahmadawais/create-node-cli/commit/32bb6d2a5267c9439ff89bdd2476f1c2f99d1bc2) <br>
47+
> 👌 Rename log [`e7cbfa5`](https://github.com/ahmadawais/create-node-cli/commit/e7cbfa591ebd59029b37a4635a6b9459176193d6) <br>
48+
> 👌 Rename log [`3572842`](https://github.com/ahmadawais/create-node-cli/commit/35728427cfd289908cf87e97bc846dd11ede3ee0) <br>
49+
50+
<br>
51+
52+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
53+
54+
<br>
55+
3556
### RELEASE: [0.1.0](https://github.com/ahmadawais/create-node-cli/compare/0.0.3...0.1.0)
3657

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

64+
> 📖 Changelog [`29929eb`](https://github.com/ahmadawais/create-node-cli/commit/29929ebf1400f0bd4f9ae1e268fc575ec1ac3d1b) <br>
4365
> 📖 Lingo [`89a3751`](https://github.com/ahmadawais/create-node-cli/commit/89a37513961b587f3b592150b2ca0294eccf1c88) <br>
4466
4567
<br>

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

0 commit comments

Comments
 (0)