Browse Source

🔖 2.0.5

# [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06)

## 🚑 Critical Hotfixes
- [`5303541`](https://github.com/beaussan/nbx/commit/5303541)  try to correctly deploy
- [`c71645f`](https://github.com/beaussan/nbx/commit/c71645f)  fix handlebar to unsecure version for release

[skip ci]
pull/3/head v2.0.5
semantic-release-bot 6 years ago
parent
commit
b3d90cfb67
  1. 6
      CHANGELOG.md
  2. 6
      README.md
  3. 2
      package.json

6
CHANGELOG.md

@ -1,3 +1,9 @@
# [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06)
## 🚑 Critical Hotfixes
- [`5303541`](https://github.com/beaussan/nbx/commit/5303541) try to correctly deploy
- [`c71645f`](https://github.com/beaussan/nbx/commit/c71645f) fix handlebar to unsecure version for release
# [v2.0.4](https://github.com/beaussan/nbx/compare/v2.0.3...v2.0.4) (2020-02-06) # [v2.0.4](https://github.com/beaussan/nbx/compare/v2.0.3...v2.0.4) (2020-02-06)
# [v2.0.3](https://github.com/beaussan/nbx/compare/v2.0.2...v2.0.3) (2020-02-05) # [v2.0.3](https://github.com/beaussan/nbx/compare/v2.0.2...v2.0.3) (2020-02-05)

6
README.md

@ -25,7 +25,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.0.3 linux-x64 node-v13.7.0
@beaussan/nbx/2.0.4 linux-x64 node-v13.7.0
$ nbx --help [COMMAND] $ nbx --help [COMMAND]
USAGE USAGE
$ nbx COMMAND $ nbx COMMAND
@ -59,7 +59,7 @@ EXAMPLE
hello world from ./src/hello.ts! hello world from ./src/hello.ts!
``` ```
_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.0.3/src/commands/add/prettier.ts)_
_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.0.4/src/commands/add/prettier.ts)_
## `nbx help [COMMAND]` ## `nbx help [COMMAND]`
@ -105,6 +105,6 @@ EXAMPLE
hello world from ./src/hello.ts! hello world from ./src/hello.ts!
``` ```
_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.0.3/src/commands/wall/index.ts)_
_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.0.4/src/commands/wall/index.ts)_
<!-- commandsstop --> <!-- commandsstop -->

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.0.4",
"version": "2.0.5",
"author": "Nicolas Beaussart @beaussan", "author": "Nicolas Beaussart @beaussan",
"bin": { "bin": {
"nbx": "./bin/run" "nbx": "./bin/run"

Loading…
Cancel
Save