From 49fc9b4894cec16129d306e9c1b7f5818db4a2fb Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Wed, 15 Jul 2020 06:34:42 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 7e66e9c..d842218 100644 --- a/changelog.md +++ b/changelog.md @@ -32,6 +32,18 @@ I have released a video course to help you build 👌 Links [`3d5fdb0`](https://github.com/ahmadawais/create-node-cli/commit/3d5fdb0b8e8aceba0efe0d73d88441dc5aab5033)
+![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) + +> 📖 Changelog [`4223938`](https://github.com/ahmadawais/create-node-cli/commit/4223938844548cb078d763116808715513742788)
+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) diff --git a/package-lock.json b/package-lock.json index a03cc09..8de8a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "create-node-cli", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff361af..632486c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-node-cli", "description": "CLI to create Node.js CLIs.", - "version": "1.1.0", + "version": "1.2.0", "bin": { "create-node-cli": "index.js", "ncli": "index.js"