diff --git a/changelog.md b/changelog.md index 432a285..ed1af99 100644 --- a/changelog.md +++ b/changelog.md @@ -32,6 +32,18 @@ I have released a video course to help you build 📖 Changelog [`6682184`](https://github.com/ahmadawais/create-node-cli/commit/6682184c87b0cec5b939abd0731b2bf38758af9f)
> 📖 Lingo [`8670e87`](https://github.com/ahmadawais/create-node-cli/commit/8670e8780569fc8b31cb567e8ea0e9937cc28300)

diff --git a/package-lock.json b/package-lock.json index d565c0c..b3bbd3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "create-node-cli", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.6.0", + "version": "1.6.1", "dependencies": { "await-to-js": "^3.0.0", "chalk": "^4.1.1", diff --git a/package.json b/package.json index 24f9436..665c76a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-node-cli", "description": "CLI to create Node.js CLIs.", - "version": "1.6.0", + "version": "1.6.1", "bin": { "create-node-cli": "index.js", "ncli": "index.js"