From dcdc1613d1e22cb11d9b6fa45e7c8af079376cd2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Feb 2020 12:13:18 +0000 Subject: [PATCH] :bookmark: 2.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v2.3.0](https://github.com/beaussan/nbx/compare/v2.2.0...v2.3.0) (2020-02-19) ## ✨ New Features - [`f31dace`](https://github.com/beaussan/nbx/commit/f31dace) add dep command ## ⬆️ Upgraded dependencies - [`3eb2443`](https://github.com/beaussan/nbx/commit/3eb2443) Upgrade dependency @oclif/config to v1.14.0 - [`2940f69`](https://github.com/beaussan/nbx/commit/2940f69) Upgrade dependency @types/node to v10.17.15 - [`01c035d`](https://github.com/beaussan/nbx/commit/01c035d) Upgrade dependency colors to v1.4.0 - [`ec5395c`](https://github.com/beaussan/nbx/commit/ec5395c) Upgrade dependency semantic-release-gitmoji to v1.3.3 - [`8e71cee`](https://github.com/beaussan/nbx/commit/8e71cee) Upgrade dependency eslint to v6 - [`57cddbc`](https://github.com/beaussan/nbx/commit/57cddbc) Upgrade dependency globby to v11 - [`9e565f7`](https://github.com/beaussan/nbx/commit/9e565f7) Upgrade dependency husky to v4.2.3 - [`19584a1`](https://github.com/beaussan/nbx/commit/19584a1) Upgrade dependency semantic-release to v17.0.3 - [`eaafe6c`](https://github.com/beaussan/nbx/commit/eaafe6c) Upgrade dependency axios to v0.19.2 - [`42314fa`](https://github.com/beaussan/nbx/commit/42314fa) Upgrade dependency isomorphic-git to v0.78.4 - [`f2bb21d`](https://github.com/beaussan/nbx/commit/f2bb21d) Upgrade dependency prompts to v2.3.1 - [`c578993`](https://github.com/beaussan/nbx/commit/c578993) Upgrade dependency semantic-release to v17.0.4 - [`b40c654`](https://github.com/beaussan/nbx/commit/b40c654) Upgrade dependency ts-jest to v25.2.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2048d..f5f4656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [v2.3.0](https://github.com/beaussan/nbx/compare/v2.2.0...v2.3.0) (2020-02-19) + +## ✨ New Features + +- [`f31dace`](https://github.com/beaussan/nbx/commit/f31dace) add dep command + +## ⬆️ Upgraded dependencies + +- [`3eb2443`](https://github.com/beaussan/nbx/commit/3eb2443) Upgrade dependency @oclif/config to v1.14.0 +- [`2940f69`](https://github.com/beaussan/nbx/commit/2940f69) Upgrade dependency @types/node to v10.17.15 +- [`01c035d`](https://github.com/beaussan/nbx/commit/01c035d) Upgrade dependency colors to v1.4.0 +- [`ec5395c`](https://github.com/beaussan/nbx/commit/ec5395c) Upgrade dependency semantic-release-gitmoji to v1.3.3 +- [`8e71cee`](https://github.com/beaussan/nbx/commit/8e71cee) Upgrade dependency eslint to v6 +- [`57cddbc`](https://github.com/beaussan/nbx/commit/57cddbc) Upgrade dependency globby to v11 +- [`9e565f7`](https://github.com/beaussan/nbx/commit/9e565f7) Upgrade dependency husky to v4.2.3 +- [`19584a1`](https://github.com/beaussan/nbx/commit/19584a1) Upgrade dependency semantic-release to v17.0.3 +- [`eaafe6c`](https://github.com/beaussan/nbx/commit/eaafe6c) Upgrade dependency axios to v0.19.2 +- [`42314fa`](https://github.com/beaussan/nbx/commit/42314fa) Upgrade dependency isomorphic-git to v0.78.4 +- [`f2bb21d`](https://github.com/beaussan/nbx/commit/f2bb21d) Upgrade dependency prompts to v2.3.1 +- [`c578993`](https://github.com/beaussan/nbx/commit/c578993) Upgrade dependency semantic-release to v17.0.4 +- [`b40c654`](https://github.com/beaussan/nbx/commit/b40c654) Upgrade dependency ts-jest to v25.2.1 + # [v2.2.0](https://github.com/beaussan/nbx/compare/v2.1.1...v2.2.0) (2020-02-13) ## ✨ New Features diff --git a/package.json b/package.json index cd17cb4..f4ce6d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.2.0", + "version": "2.3.0", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"