Browse Source

🔖 2.1.0 [skip ci]

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

##  New Features

- [`49a8b74`](https://github.com/beaussan/nbx/commit/49a8b74)  add tailwind add command !
pull/7/head v2.1.0
semantic-release-bot 6 years ago
parent
commit
a12eb54d4b
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,3 +1,9 @@
# [v2.1.0](https://github.com/beaussan/nbx/compare/v2.0.7...v2.1.0) (2020-02-06)
## ✨ New Features
- [`49a8b74`](https://github.com/beaussan/nbx/commit/49a8b74) add tailwind add command !
# [v2.0.7](https://github.com/beaussan/nbx/compare/v2.0.6...v2.0.7) (2020-02-06) # [v2.0.7](https://github.com/beaussan/nbx/compare/v2.0.6...v2.0.7) (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.7",
"version": "2.1.0",
"author": "Nicolas Beaussart @beaussan", "author": "Nicolas Beaussart @beaussan",
"bin": { "bin": {
"nbx": "./bin/run" "nbx": "./bin/run"

Loading…
Cancel
Save