From 34db7e8100aa98b8fa35c81a62990533efb9efd6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Feb 2020 16:11:28 +0000 Subject: [PATCH] :bookmark: 2.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v2.2.0](https://github.com/beaussan/nbx/compare/v2.1.1...v2.2.0) (2020-02-13) ## ✨ New Features - [`0ad7e16`](https://github.com/beaussan/nbx/commit/0ad7e16) add test, codecov and fix bugs --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dec26e..1d2048d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v2.2.0](https://github.com/beaussan/nbx/compare/v2.1.1...v2.2.0) (2020-02-13) + +## ✨ New Features + +- [`0ad7e16`](https://github.com/beaussan/nbx/commit/0ad7e16) add test, codecov and fix bugs + # [v2.1.1](https://github.com/beaussan/nbx/compare/v2.1.0...v2.1.1) (2020-02-06) ## 🚑 Critical Hotfixes diff --git a/package.json b/package.json index 02c21df..a6741ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.1.1", + "version": "2.2.0", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"