Skip to content

Commit 29929eb

Browse files
committed
📖 DOC: Changelog
1 parent 89a3751 commit 29929eb

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

changelog.md

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

3333
<br>
3434

35+
### RELEASE: [0.1.0](https://github.com/ahmadawais/create-node-cli/compare/0.0.3...0.1.0)
36+
37+
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
38+
39+
> 📦 First commit [`279a39f`](https://github.com/ahmadawais/create-node-cli/commit/279a39f93fa228365bdde1126de19abafab24484) <br>
40+
41+
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
42+
43+
> 📖 Lingo [`89a3751`](https://github.com/ahmadawais/create-node-cli/commit/89a37513961b587f3b592150b2ca0294eccf1c88) <br>
44+
45+
<br>
46+
47+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
48+
49+
<br>
50+
3551
### RELEASE: 0.0.3
3652

53+
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
54+
55+
> 📦 First commit [`fc53625`](https://github.com/ahmadawais/create-node-cli/commit/fc53625cc3cf2ec6c216292fc1143a0cecd367aa) <br>
56+
> 📦 Author repo [`593a32e`](https://github.com/ahmadawais/create-node-cli/commit/593a32efdeb77630fe7e87159d08113f45078b5c) <br>
57+
58+
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
59+
60+
> 📖 Changelog [`086bb62`](https://github.com/ahmadawais/create-node-cli/commit/086bb62ad403a0769616f50450d8283d65dedf56) <br>
61+
3762
<br>
3863

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

0 commit comments

Comments
 (0)