diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f4656..20549ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [v2.3.1](https://github.com/beaussan/nbx/compare/v2.3.0...v2.3.1) (2020-02-27) + +## 👽 Update code due to external API changes + +- [`635bc9e`](https://github.com/beaussan/nbx/commit/635bc9e) update to new isomorphic git api + +## ⬆️ Upgraded dependencies + +- [`a03fb7d`](https://github.com/beaussan/nbx/commit/a03fb7d) Upgrade dependency @types/jest to v25.1.3 +- [`b1130f1`](https://github.com/beaussan/nbx/commit/b1130f1) Upgrade dependency tslib to v1.11.0 +- [`76271d1`](https://github.com/beaussan/nbx/commit/76271d1) Upgrade dependency typescript to v3.8.2 +- [`348c802`](https://github.com/beaussan/nbx/commit/348c802) Upgrade dependency isomorphic-git to v0.78.5 +- [`85cf02a`](https://github.com/beaussan/nbx/commit/85cf02a) Upgrade dependency @types/node to v10.17.16 +- [`04ff430`](https://github.com/beaussan/nbx/commit/04ff430) Upgrade dependency isomorphic-git to v1 + # [v2.3.0](https://github.com/beaussan/nbx/compare/v2.2.0...v2.3.0) (2020-02-19) ## ✨ New Features diff --git a/package.json b/package.json index f7e423f..b8def31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.3.0", + "version": "2.3.1", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"