Browse Source

🔖 2.4.1 [skip ci]

# [v2.4.1](https://github.com/beaussan/nbx/compare/v2.4.0...v2.4.1) (2020-03-26)

## 🐛 Bug Fixes

- [`3fed88a`](https://github.com/beaussan/nbx/commit/3fed88a)  fix various bugs

## ⬆️ Upgraded dependencies

- [`5283f94`](https://github.com/beaussan/nbx/commit/5283f94)  Upgrade babel monorepo to v7.8.6
- [`901c772`](https://github.com/beaussan/nbx/commit/901c772)  Upgrade dependency tslib to v1.11.1
- [`06563be`](https://github.com/beaussan/nbx/commit/06563be)  Upgrade dependency @types/node to v10.17.17
- [`1efd591`](https://github.com/beaussan/nbx/commit/1efd591)  Upgrade dependency isomorphic-git to v1.1.2
- [`0529798`](https://github.com/beaussan/nbx/commit/0529798)  Upgrade dependency typescript to v3.8.3
- [`7afb04c`](https://github.com/beaussan/nbx/commit/7afb04c)  Upgrade dependency isomorphic-git to v1.1.3
- [`0ca60bb`](https://github.com/beaussan/nbx/commit/0ca60bb)  Upgrade dependency isomorphic-git to v1.1.4
- [`5caa1a3`](https://github.com/beaussan/nbx/commit/5caa1a3)  Upgrade babel monorepo to v7.8.7
- [`f96916c`](https://github.com/beaussan/nbx/commit/f96916c)  Upgrade dependency @types/jest to v25.1.4
- [`28a6dd1`](https://github.com/beaussan/nbx/commit/28a6dd1)  Upgrade dependency isomorphic-git to v1.2.0
- [`08de2a4`](https://github.com/beaussan/nbx/commit/08de2a4)  Upgrade dependency isomorphic-git to v1.3.0
- [`6115f6e`](https://github.com/beaussan/nbx/commit/6115f6e)  Bump acorn from 6.4.0 to 6.4.1
- [`048bf77`](https://github.com/beaussan/nbx/commit/048bf77)  Upgrade dependency isomorphic-git to v1.3.1
- [`6c1ac2e`](https://github.com/beaussan/nbx/commit/6c1ac2e)  Upgrade dependency @types/prompts to v2.0.5
- [`7749e34`](https://github.com/beaussan/nbx/commit/7749e34)  Upgrade dependency ts-node to v8.7.0
- [`c0f47b6`](https://github.com/beaussan/nbx/commit/c0f47b6)  Upgrade babel monorepo to v7.9.0
- [`0284b24`](https://github.com/beaussan/nbx/commit/0284b24)  Upgrade dependency eslint-config-prettier to v6.10.1
- [`b96e786`](https://github.com/beaussan/nbx/commit/b96e786)  Upgrade dependency prompts to v2.3.2
- [`d544386`](https://github.com/beaussan/nbx/commit/d544386)  Upgrade dependency ts-node to v8.8.1
- [`08ab942`](https://github.com/beaussan/nbx/commit/08ab942)  Upgrade jest monorepo to v25.2.0
pull/59/head v2.4.1
semantic-release-bot 6 years ago
parent
commit
0391845cce
  1. 29
      CHANGELOG.md
  2. 10
      README.md
  3. 2
      package.json

29
CHANGELOG.md

@ -1,3 +1,32 @@
# [v2.4.1](https://github.com/beaussan/nbx/compare/v2.4.0...v2.4.1) (2020-03-26)
## 🐛 Bug Fixes
- [`3fed88a`](https://github.com/beaussan/nbx/commit/3fed88a) fix various bugs
## ⬆️ Upgraded dependencies
- [`5283f94`](https://github.com/beaussan/nbx/commit/5283f94) Upgrade babel monorepo to v7.8.6
- [`901c772`](https://github.com/beaussan/nbx/commit/901c772) Upgrade dependency tslib to v1.11.1
- [`06563be`](https://github.com/beaussan/nbx/commit/06563be) Upgrade dependency @types/node to v10.17.17
- [`1efd591`](https://github.com/beaussan/nbx/commit/1efd591) Upgrade dependency isomorphic-git to v1.1.2
- [`0529798`](https://github.com/beaussan/nbx/commit/0529798) Upgrade dependency typescript to v3.8.3
- [`7afb04c`](https://github.com/beaussan/nbx/commit/7afb04c) Upgrade dependency isomorphic-git to v1.1.3
- [`0ca60bb`](https://github.com/beaussan/nbx/commit/0ca60bb) Upgrade dependency isomorphic-git to v1.1.4
- [`5caa1a3`](https://github.com/beaussan/nbx/commit/5caa1a3) Upgrade babel monorepo to v7.8.7
- [`f96916c`](https://github.com/beaussan/nbx/commit/f96916c) Upgrade dependency @types/jest to v25.1.4
- [`28a6dd1`](https://github.com/beaussan/nbx/commit/28a6dd1) Upgrade dependency isomorphic-git to v1.2.0
- [`08de2a4`](https://github.com/beaussan/nbx/commit/08de2a4) Upgrade dependency isomorphic-git to v1.3.0
- [`6115f6e`](https://github.com/beaussan/nbx/commit/6115f6e) Bump acorn from 6.4.0 to 6.4.1
- [`048bf77`](https://github.com/beaussan/nbx/commit/048bf77) Upgrade dependency isomorphic-git to v1.3.1
- [`6c1ac2e`](https://github.com/beaussan/nbx/commit/6c1ac2e) Upgrade dependency @types/prompts to v2.0.5
- [`7749e34`](https://github.com/beaussan/nbx/commit/7749e34) Upgrade dependency ts-node to v8.7.0
- [`c0f47b6`](https://github.com/beaussan/nbx/commit/c0f47b6) Upgrade babel monorepo to v7.9.0
- [`0284b24`](https://github.com/beaussan/nbx/commit/0284b24) Upgrade dependency eslint-config-prettier to v6.10.1
- [`b96e786`](https://github.com/beaussan/nbx/commit/b96e786) Upgrade dependency prompts to v2.3.2
- [`d544386`](https://github.com/beaussan/nbx/commit/d544386) Upgrade dependency ts-node to v8.8.1
- [`08ab942`](https://github.com/beaussan/nbx/commit/08ab942) Upgrade jest monorepo to v25.2.0
# [v2.4.0](https://github.com/beaussan/nbx/compare/v2.3.1...v2.4.0) (2020-02-27) # [v2.4.0](https://github.com/beaussan/nbx/compare/v2.3.1...v2.4.0) (2020-02-27)
## ✨ New Features ## ✨ New Features

10
README.md

@ -29,7 +29,7 @@ $ npm install -g @beaussan/nbx
$ nbx COMMAND $ nbx COMMAND
running command... running command...
$ nbx (-v|--version|version) $ nbx (-v|--version|version)
@beaussan/nbx/2.3.1 linux-x64 node-v13.8.0
@beaussan/nbx/2.4.0 linux-x64 node-v13.10.1
$ nbx --help [COMMAND] $ nbx --help [COMMAND]
USAGE USAGE
$ nbx COMMAND $ nbx COMMAND
@ -69,7 +69,7 @@ EXAMPLES
$ nbx add:dep chalk $ nbx add:dep chalk
``` ```
_See code: [src/commands/add/dep.ts](https://github.com/beaussan/nbx/blob/v2.3.1/src/commands/add/dep.ts)_
_See code: [src/commands/add/dep.ts](https://github.com/beaussan/nbx/blob/v2.4.0/src/commands/add/dep.ts)_
## `nbx add:prettier` ## `nbx add:prettier`
@ -85,7 +85,7 @@ OPTIONS
--[no-]spinner Enable spinner in cli output, true by default --[no-]spinner Enable spinner in cli output, true by default
``` ```
_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.3.1/src/commands/add/prettier.ts)_
_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.4.0/src/commands/add/prettier.ts)_
## `nbx add:tailwind` ## `nbx add:tailwind`
@ -101,7 +101,7 @@ OPTIONS
--[no-]spinner Enable spinner in cli output, true by default --[no-]spinner Enable spinner in cli output, true by default
``` ```
_See code: [src/commands/add/tailwind.ts](https://github.com/beaussan/nbx/blob/v2.3.1/src/commands/add/tailwind.ts)_
_See code: [src/commands/add/tailwind.ts](https://github.com/beaussan/nbx/blob/v2.4.0/src/commands/add/tailwind.ts)_
## `nbx help [COMMAND]` ## `nbx help [COMMAND]`
@ -147,7 +147,7 @@ EXAMPLE
$ nbx wall -r "cat" -o "wall.jpg" -fg $ nbx wall -r "cat" -o "wall.jpg" -fg
``` ```
_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.3.1/src/commands/wall/index.ts)_
_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.4.0/src/commands/wall/index.ts)_
<!-- commandsstop --> <!-- commandsstop -->
## Contributors ✨ ## Contributors ✨

2
package.json

@ -1,7 +1,7 @@
{ {
"name": "@beaussan/nbx", "name": "@beaussan/nbx",
"description": "My own personal cli", "description": "My own personal cli",
"version": "2.4.0",
"version": "2.4.1",
"author": "Nicolas Beaussart @beaussan", "author": "Nicolas Beaussart @beaussan",
"bin": { "bin": {
"nbx": "./bin/run" "nbx": "./bin/run"

Loading…
Cancel
Save