Skip to content

Commit f05302b

Browse files
committed
📖 DOC: Changelog
1 parent f311588 commit f05302b

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,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: [0.3.0](https://github.com/ahmadawais/create-node-cli/compare/0.2.0...0.3.0)
36+
37+
![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
38+
39+
> 👌 Badges [`f311588`](https://github.com/ahmadawais/create-node-cli/commit/f3115886f55457c831e60cbd8ce4d1f7133d757e) <br>
40+
41+
<br>
42+
43+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
44+
45+
<br>
46+
3547
### RELEASE: [0.2.0](https://github.com/ahmadawais/create-node-cli/compare/0.1.0...0.2.0)
3648

3749
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
@@ -47,6 +59,10 @@ I have released a video course to help you build <a href="https://NodeCLI.com/?u
4759
> 👌 Rename log [`e7cbfa5`](https://github.com/ahmadawais/create-node-cli/commit/e7cbfa591ebd59029b37a4635a6b9459176193d6) <br>
4860
> 👌 Rename log [`3572842`](https://github.com/ahmadawais/create-node-cli/commit/35728427cfd289908cf87e97bc846dd11ede3ee0) <br>
4961
62+
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
63+
64+
> 📖 Changelog [`b611bba`](https://github.com/ahmadawais/create-node-cli/commit/b611bba3f2653809d4ea3b8db53ab5515a94474e) <br>
65+
5066
<br>
5167

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

0 commit comments

Comments
 (0)