File tree 3 files changed +33
-3
lines changed 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,42 @@ I have released a video course to help you build <a href="https://NodeCLI.com/?u
32
32
33
33
<br >
34
34
35
+ ### RELEASE: [ 1.6.0] ( https://github.com/ahmadawais/create-node-cli/compare/1.5.0...1.6.0 )
36
+
37
+ ![ 📦 NEW:] ( https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF )
38
+
39
+ > 📦 Support [ ` 77e5b80 ` ] ( https://github.com/ahmadawais/create-node-cli/commit/77e5b80c1245f678c8dd959c5dd88a8e54dc07e0 ) <br >
40
+
41
+ ![ 👌 IMPROVE:] ( https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54 )
42
+
43
+ > 👌 pkgs [ ` 44c5e7c ` ] ( https://github.com/ahmadawais/create-node-cli/commit/44c5e7cb7da686112134b167435d6bf26ecea4a5 ) <br >
44
+ > 👌 meow without ESM for now [ ` a5c6995 ` ] ( https://github.com/ahmadawais/create-node-cli/commit/a5c69951a053e4ec83f8eaba92adeac2d67a680f ) <br >
45
+
46
+ ![ 🐛 FIX:] ( https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347 )
47
+
48
+ > 🐛 Link [ ` 6fd2ae2 ` ] ( https://github.com/ahmadawais/create-node-cli/commit/6fd2ae2f2396c25e7e8859f2df0dc32cd3c5d318 ) <br >
49
+ > 🐛 Strict camelCase flags [ ` 577962d ` ] ( https://github.com/ahmadawais/create-node-cli/commit/577962d951f7b7c72a2567bd8a7caa871fe01a15 ) <br >
50
+
51
+ ![ 📖 DOC:] ( https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4 )
52
+
53
+ > 📖 Lingo [ ` 8670e87 ` ] ( https://github.com/ahmadawais/create-node-cli/commit/8670e8780569fc8b31cb567e8ea0e9937cc28300 ) <br >
54
+
55
+ <br >
56
+
57
+ [ ![ hr] ( https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png )] ( / )
58
+
59
+ <br >
60
+
35
61
### RELEASE: [ 1.5.0] ( https://github.com/ahmadawais/create-node-cli/compare/1.4.0...1.5.0 )
36
62
37
63
![ 📦 NEW:] ( https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF )
38
64
39
65
> 📦 Deps update [ ` b20912f ` ] ( https://github.com/ahmadawais/create-node-cli/commit/b20912ffa30d54a23e0ea3dcbd6800a3bfc7c382 ) <br >
40
66
67
+ ![ 📖 DOC:] ( https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4 )
68
+
69
+ > 📖 Changelog [ ` 1cc51db ` ] ( https://github.com/ahmadawais/create-node-cli/commit/1cc51db0d1a7c9f9d9639c4b373ae6681f5c9c1e ) <br >
70
+
41
71
<br >
42
72
43
73
[ ![ hr] ( https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png )] ( / )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-node-cli" ,
3
3
"description" : " CLI to create Node.js CLIs." ,
4
- "version" : " 1.5 .0" ,
4
+ "version" : " 1.6 .0" ,
5
5
"bin" : {
6
6
"create-node-cli" : " index.js" ,
7
7
"ncli" : " index.js"
You can’t perform that action at this time.
0 commit comments