Skip to content

Commit 4223938

Browse files
committed
📖 DOC: Changelog
1 parent 1985762 commit 4223938

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

changelog.md

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

3333
<br>
3434

35+
### RELEASE: [1.1.0](https://github.com/ahmadawais/create-node-cli/compare/1.0.1...1.1.0)
36+
37+
![BREAKING](https://img.shields.io/badge/-BREAKING%20CHANGES-gray.svg?colorB=F91800)
38+
39+
> ‼️ Template Dir included [`1985762`](https://github.com/ahmadawais/create-node-cli/commit/19857624735e161c3843d8d46d6ab696c0516a41) <br>
40+
41+
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF)
42+
43+
> 📦 Keywords [`b54cdb2`](https://github.com/ahmadawais/create-node-cli/commit/b54cdb280567062c3e9b1ea9164fe0214ccd503a) <br>
44+
45+
![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54)
46+
47+
> 👌 Links [`3d5fdb0`](https://github.com/ahmadawais/create-node-cli/commit/3d5fdb0b8e8aceba0efe0d73d88441dc5aab5033) <br>
48+
49+
<br>
50+
51+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/)
52+
53+
<br>
54+
3555
### RELEASE: [1.0.1](https://github.com/ahmadawais/create-node-cli/compare/1.0.0...1.0.1)
3656

3757
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4)
3858

59+
> 📖 Changelog [`588b509`](https://github.com/ahmadawais/create-node-cli/commit/588b50978bc68d68e0c57865dbf92bea83ee3cbe) <br>
3960
> 📖 Lingo [`a945cd9`](https://github.com/ahmadawais/create-node-cli/commit/a945cd90792f4b8bdbe3b87aa8208fe8bde4d93b) <br>
4061
4162
<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": "1.0.1",
4+
"version": "1.1.0",
55
"bin": {
66
"create-node-cli": "index.js",
77
"ncli": "index.js"

0 commit comments

Comments
 (0)