Browse Source

🔖 1.0.0

# v1.0.0 (2019-11-20)

##  New Features
- [`f938797`](https://github.com/beaussart/nbx/commit/f938797)  added clone command
- [`38250ff`](https://github.com/beaussart/nbx/commit/38250ff)  changed project scope

## 🐛 Bug Fixes
- [`5283f61`](https://github.com/beaussart/nbx/commit/5283f61)  changing project scope
pull/2/head v1.0.0
semantic-release-bot 7 years ago
parent
commit
088e74ae60
No known key found for this signature in database GPG Key ID: 51D5A407BFCE64A9
  1. 8
      CHANGELOG.md
  2. 2
      package.json

8
CHANGELOG.md

@ -0,0 +1,8 @@
# v1.0.0 (2019-11-20)
## ✨ New Features
- [`f938797`](https://github.com/beaussart/nbx/commit/f938797) added clone command
- [`38250ff`](https://github.com/beaussart/nbx/commit/38250ff) changed project scope
## 🐛 Bug Fixes
- [`5283f61`](https://github.com/beaussart/nbx/commit/5283f61) changing project scope

2
package.json

@ -1,6 +1,6 @@
{
"name": "@beaussan/nbx",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "nbx CLI",
"private": false,
"bin": {

Loading…
Cancel
Save