From ed282389fec1d52ec66d6942279f20420a5e25df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Feb 2020 13:56:34 +0000 Subject: [PATCH] :bookmark: 2.0.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06) ## 🚑 Critical Hotfixes - [`c1c77cc`](https://github.com/beaussan/nbx/commit/c1c77cc) fix prettier and changelog prettier --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6276fba..b975d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06) + +## 🚑 Critical Hotfixes +- [`c1c77cc`](https://github.com/beaussan/nbx/commit/c1c77cc) fix prettier and changelog prettier + # [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06) ## 🚑 Critical Hotfixes diff --git a/package.json b/package.json index 7122968..19f88c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.0.5", + "version": "2.0.6", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"