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 d97494d..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.6.0 linux-x64 node-v15.0.1 +@beaussan/nbx/2.7.0 linux-x64 node-v14.16.0 $ nbx --help [COMMAND] USAGE $ nbx COMMAND @@ -69,7 +69,7 @@ EXAMPLES $ nbx add:dep chalk ``` -_See code: [src/commands/add/dep.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/add/dep.ts)_ +_See code: [src/commands/add/dep.ts](https://github.com/beaussan/nbx/blob/v2.7.0/src/commands/add/dep.ts)_ ## `nbx add:prettier` @@ -86,7 +86,7 @@ OPTIONS --[no-]spinner Enable spinner in cli output, true by default ``` -_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/add/prettier.ts)_ +_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.7.0/src/commands/add/prettier.ts)_ ## `nbx add:tailwind` @@ -102,7 +102,7 @@ OPTIONS --[no-]spinner Enable spinner in cli output, true by default ``` -_See code: [src/commands/add/tailwind.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/add/tailwind.ts)_ +_See code: [src/commands/add/tailwind.ts](https://github.com/beaussan/nbx/blob/v2.7.0/src/commands/add/tailwind.ts)_ ## `nbx help [COMMAND]` @@ -119,7 +119,7 @@ OPTIONS --all see all commands in CLI ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_ ## `nbx wall TERMS` @@ -148,7 +148,7 @@ EXAMPLE $ nbx wall -r "cat" -o "wall.jpg" -fg ``` -_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/wall/index.ts)_ +_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.7.0/src/commands/wall/index.ts)_ ## Contributors ✨ 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"