Browse Source

🔖 2.0.6 [skip ci]

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

## 🚑 Critical Hotfixes
- [`c1c77cc`](https://github.com/beaussan/nbx/commit/c1c77cc)  fix prettier and changelog prettier
pull/3/head v2.0.6
semantic-release-bot 6 years ago
parent
commit
ed282389fe
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,3 +1,8 @@
# [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06)
## 🚑 Critical Hotfixes
- [`c1c77cc`](https://github.com/beaussan/nbx/commit/c1c77cc) fix prettier and changelog prettier
# [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06) # [v2.0.5](https://github.com/beaussan/nbx/compare/v2.0.4...v2.0.5) (2020-02-06)
## 🚑 Critical Hotfixes ## 🚑 Critical Hotfixes

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

Loading…
Cancel
Save