diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a7392..ba17d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v2.0.7](https://github.com/beaussan/nbx/compare/v2.0.6...v2.0.7) (2020-02-06) + +## 🚑 Critical Hotfixes + +- [`319dd45`](https://github.com/beaussan/nbx/commit/319dd45) fix changelog to match prettier style + # [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06) ## 🚑 Critical Hotfixes diff --git a/package.json b/package.json index 19f88c2..d45482d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.0.6", + "version": "2.0.7", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"