From fc2194e459949a91ae28712ddc798601b14f7161 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Feb 2020 20:59:14 +0000 Subject: [PATCH] :bookmark: 2.0.3 # [v2.0.3](https://github.com/beaussan/nbx/compare/v2.0.2...v2.0.3) (2020-02-05) [skip ci] --- CHANGELOG.md | 2 ++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c484b1..8d79681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# [v2.0.3](https://github.com/beaussan/nbx/compare/v2.0.2...v2.0.3) (2020-02-05) + # [v2.0.2](https://github.com/beaussan/nbx/compare/v2.0.1...v2.0.2) (2020-02-05) # [v2.0.1](https://github.com/beaussan/nbx/compare/v2.0.0...v2.0.1) (2020-02-05) diff --git a/README.md b/README.md index ab5f36f..6d446b6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @beaussan/nbx $ nbx COMMAND running command... $ nbx (-v|--version|version) -@beaussan/nbx/2.0.1 linux-x64 node-v13.7.0 +@beaussan/nbx/2.0.2 linux-x64 node-v13.7.0 $ nbx --help [COMMAND] USAGE $ nbx COMMAND @@ -59,7 +59,7 @@ EXAMPLE hello world from ./src/hello.ts! ``` -_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.0.1/src/commands/add/prettier.ts)_ +_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.0.2/src/commands/add/prettier.ts)_ ## `nbx help [COMMAND]` @@ -105,6 +105,6 @@ EXAMPLE hello world from ./src/hello.ts! ``` -_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.0.1/src/commands/wall/index.ts)_ +_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.0.2/src/commands/wall/index.ts)_ diff --git a/package.json b/package.json index 0586779..851a985 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@beaussan/nbx", "description": "My own personal cli", - "version": "2.0.2", + "version": "2.0.3", "author": "Nicolas Beaussart @beaussan", "bin": { "nbx": "./bin/run"