Skip to content

Commit

Permalink
🔖 Publish v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dbenfouzari committed Nov 11, 2020
1 parent 66a857e commit 86c9b0c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

<a name="v4.0.6"></a>
## v4.0.6 (2020-11-11)

### Changed

- 🔧 Better release script [[66a857e](https://github.com/derniercri/packages/commit/66a857e46ce7fd392cdb1a799ed98dd6a303356a)]
- `cli`

<a name="v4.0.5"></a>
## v4.0.5 (2020-11-11)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.0.5",
"version": "4.0.6",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @derniercri/cli
$ derniercri COMMAND
running command...
$ derniercri (-v|--version|version)
@derniercri/cli/4.0.4 darwin-x64 node-v14.8.0
@derniercri/cli/4.0.6 darwin-x64 node-v14.8.0
$ derniercri --help [COMMAND]
USAGE
$ derniercri COMMAND
Expand Down Expand Up @@ -54,7 +54,7 @@ OPTIONS
-p, --path=path Your component's path
```

_See code: [src/commands/generate/native-component.ts](https://github.com/derniercri/packages/blob/v4.0.4/src/commands/generate/native-component.ts)_
_See code: [src/commands/generate/native-component.ts](https://github.com/derniercri/packages/blob/v4.0.6/src/commands/generate/native-component.ts)_

## `derniercri help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@derniercri/cli",
"description": "Some CLI to help your development process",
"version": "4.0.5",
"version": "4.0.6",
"author": "Donovan BENFOUZARI <[email protected]>",
"bin": {
"derniercri": "./bin/run",
Expand Down

0 comments on commit 86c9b0c

Please sign in to comment.