Skip to content

Commit

Permalink
🔖 2.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [v2.7.0](v2.6.0...v2.7.0) (2020-11-05)

## ✨ New Features

- [`55792da`](55792da)  add carco support for tailwindcss

## ⬆️ Upgraded dependencies

- [`c586d4e`](c586d4e)  Upgrade dependency @types/node to v10.17.26
- [`5f2f701`](5f2f701)  Upgrade dependency eslint-config-oclif-typescript to v0.2.0
- [`bd31b81`](bd31b81)  Upgrade dependency isomorphic-git to v1.7.0
- [`ec65f8f`](ec65f8f)  Upgrade dependency @types/jest to v26
- [`474a9d5`](474a9d5)  Upgrade jest monorepo to v26.1.0
- [`2336774`](2336774)  Upgrade dependency eslint to v7.4.0
- [`04ad5fc`](04ad5fc)  Upgrade dependency semantic-release to v17.1.1
- [`8c56ade`](8c56ade)  Upgrade dependency typescript to v3.9.6
- [`359f174`](359f174)  Upgrade dependency codecov to v3.7.1 [SECURITY]
- [`fc04720`](fc04720)  upgrade all deps
  • Loading branch information
semantic-release-bot committed Nov 5, 2020
1 parent 55792da commit ede30ae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [v2.7.0](https://github.com/beaussan/nbx/compare/v2.6.0...v2.7.0) (2020-11-05)

## ✨ New Features

- [`55792da`](https://github.com/beaussan/nbx/commit/55792da) add carco support for tailwindcss

## ⬆️ Upgraded dependencies

- [`c586d4e`](https://github.com/beaussan/nbx/commit/c586d4e) Upgrade dependency @types/node to v10.17.26
- [`5f2f701`](https://github.com/beaussan/nbx/commit/5f2f701) Upgrade dependency eslint-config-oclif-typescript to v0.2.0
- [`bd31b81`](https://github.com/beaussan/nbx/commit/bd31b81) Upgrade dependency isomorphic-git to v1.7.0
- [`ec65f8f`](https://github.com/beaussan/nbx/commit/ec65f8f) Upgrade dependency @types/jest to v26
- [`474a9d5`](https://github.com/beaussan/nbx/commit/474a9d5) Upgrade jest monorepo to v26.1.0
- [`2336774`](https://github.com/beaussan/nbx/commit/2336774) Upgrade dependency eslint to v7.4.0
- [`04ad5fc`](https://github.com/beaussan/nbx/commit/04ad5fc) Upgrade dependency semantic-release to v17.1.1
- [`8c56ade`](https://github.com/beaussan/nbx/commit/8c56ade) Upgrade dependency typescript to v3.9.6
- [`359f174`](https://github.com/beaussan/nbx/commit/359f174) Upgrade dependency codecov to v3.7.1 [SECURITY]
- [`fc04720`](https://github.com/beaussan/nbx/commit/fc04720) upgrade all deps

# [v2.6.0](https://github.com/beaussan/nbx/compare/v2.5.0...v2.6.0) (2020-06-10)

## ✨ New Features
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install -g @beaussan/nbx
$ nbx COMMAND
running command...
$ nbx (-v|--version|version)
@beaussan/nbx/2.5.0 linux-x64 node-v14.4.0
@beaussan/nbx/2.6.0 linux-x64 node-v15.0.1
$ nbx --help [COMMAND]
USAGE
$ nbx COMMAND
Expand Down Expand Up @@ -69,7 +69,7 @@ EXAMPLES
$ nbx add:dep chalk
```

_See code: [src/commands/add/dep.ts](https://github.com/beaussan/nbx/blob/v2.5.0/src/commands/add/dep.ts)_
_See code: [src/commands/add/dep.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/add/dep.ts)_

## `nbx add:prettier`

Expand All @@ -86,7 +86,7 @@ OPTIONS
--[no-]spinner Enable spinner in cli output, true by default
```

_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.5.0/src/commands/add/prettier.ts)_
_See code: [src/commands/add/prettier.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/add/prettier.ts)_

## `nbx add:tailwind`

Expand All @@ -102,7 +102,7 @@ OPTIONS
--[no-]spinner Enable spinner in cli output, true by default
```

_See code: [src/commands/add/tailwind.ts](https://github.com/beaussan/nbx/blob/v2.5.0/src/commands/add/tailwind.ts)_
_See code: [src/commands/add/tailwind.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/add/tailwind.ts)_

## `nbx help [COMMAND]`

Expand All @@ -119,7 +119,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.1.0/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_

## `nbx wall TERMS`

Expand Down Expand Up @@ -148,7 +148,7 @@ EXAMPLE
$ nbx wall -r "cat" -o "wall.jpg" -fg
```

_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.5.0/src/commands/wall/index.ts)_
_See code: [src/commands/wall/index.ts](https://github.com/beaussan/nbx/blob/v2.6.0/src/commands/wall/index.ts)_
<!-- commandsstop -->

## Contributors ✨
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@beaussan/nbx",
"description": "My own personal cli",
"version": "2.6.0",
"version": "2.7.0",
"author": "Nicolas Beaussart @beaussan",
"bin": {
"nbx": "./bin/run"
Expand Down

0 comments on commit ede30ae

Please sign in to comment.