From 088e74ae60eb390c24b3f26ab39ca4564cb5b190 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2019 15:54:20 +0100 Subject: [PATCH] :bookmark: 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # v1.0.0 (2019-11-20) ## ✨ New Features - [`f938797`](https://github.com/beaussart/nbx/commit/f938797) added clone command - [`38250ff`](https://github.com/beaussart/nbx/commit/38250ff) changed project scope ## 🐛 Bug Fixes - [`5283f61`](https://github.com/beaussart/nbx/commit/5283f61) changing project scope --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5afbcdc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# v1.0.0 (2019-11-20) + +## ✨ New Features +- [`f938797`](https://github.com/beaussart/nbx/commit/f938797) added clone command +- [`38250ff`](https://github.com/beaussart/nbx/commit/38250ff) changed project scope + +## 🐛 Bug Fixes +- [`5283f61`](https://github.com/beaussart/nbx/commit/5283f61) changing project scope diff --git a/package.json b/package.json index 1e81088..007b5ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beaussan/nbx", - "version": "0.0.0-development", + "version": "1.0.0", "description": "nbx CLI", "private": false, "bin": {