Browse Source

🔖 2.2.0 [skip ci]

# [v2.2.0](https://github.com/beaussan/nbx/compare/v2.1.1...v2.2.0) (2020-02-13)

##  New Features

- [`0ad7e16`](https://github.com/beaussan/nbx/commit/0ad7e16)  add test, codecov and fix bugs
pull/7/head v2.2.0
semantic-release-bot 6 years ago
parent
commit
34db7e8100
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,3 +1,9 @@
# [v2.2.0](https://github.com/beaussan/nbx/compare/v2.1.1...v2.2.0) (2020-02-13)
## ✨ New Features
- [`0ad7e16`](https://github.com/beaussan/nbx/commit/0ad7e16) add test, codecov and fix bugs
# [v2.1.1](https://github.com/beaussan/nbx/compare/v2.1.0...v2.1.1) (2020-02-06)
## 🚑 Critical Hotfixes

2
package.json

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

Loading…
Cancel
Save