From e67e9ed2e11968ada4dc2a9d70f51a082845b384 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Mar 2021 19:27:46 +0000 Subject: [PATCH] :bookmark: 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [v3.0.0](https://github.com/beaussan/nbx/compare/v2.7.0...v3.0.0) (2021-03-23) ## 💥 Breaking Changes - [`d4190e7`](https://github.com/beaussan/nbx/commit/d4190e7) drop support for node 10 ## ⬆️ Upgraded dependencies - [`245bf63`](https://github.com/beaussan/nbx/commit/245bf63) upgrade all dependancies --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d6f54..a803f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [v3.0.0](https://github.com/beaussan/nbx/compare/v2.7.0...v3.0.0) (2021-03-23) + +## 💥 Breaking Changes + +- [`d4190e7`](https://github.com/beaussan/nbx/commit/d4190e7) drop support for node 10 + +## ⬆️ Upgraded dependencies + +- [`245bf63`](https://github.com/beaussan/nbx/commit/245bf63) upgrade all dependancies + # [v2.7.0](https://github.com/beaussan/nbx/compare/v2.6.0...v2.7.0) (2020-11-05) ## ✨ New Features diff --git a/README.md b/README.md index a686fc5..e578004 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ npm install -g @beaussan/nbx $ nbx COMMAND running command... $ nbx (-v|--version|version) -@beaussan/nbx/2.7.0 linux-x64 node-v15.12.0 +@beaussan/nbx/2.7.0 linux-x64 node-v14.16.0 $ nbx --help [COMMAND] USAGE $ nbx COMMAND diff --git a/package.json b/package.json index 8760357..2a9097d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.7.0", + "version": "3.0.0", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"