diff --git a/CHANGELOG.md b/CHANGELOG.md index 05217de..2dec26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [v2.1.1](https://github.com/beaussan/nbx/compare/v2.1.0...v2.1.1) (2020-02-06) + +## 🚑 Critical Hotfixes + +- [`bd244b0`](https://github.com/beaussan/nbx/commit/bd244b0) fix base add command + # [v2.1.0](https://github.com/beaussan/nbx/compare/v2.0.7...v2.1.0) (2020-02-06) ## ✨ New Features diff --git a/package.json b/package.json index d47d6fb..4904bc9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.1.0", + "version": "2.1.1", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"