Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.10 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.10](v2.0.0-beta.9...v2.0.0-beta.10) (2020-05-23)

### Bug Fixes

* use process.exitCode instead of process.exit(1) 19f862c
  • Loading branch information
semantic-release-bot committed May 23, 2020
1 parent 19f862c commit bbf2e36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.10](https://github.com/mattallty/Caporal.js/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2020-05-23)


### Bug Fixes

* use process.exitCode instead of process.exit(1) 19f862c

# [2.0.0-beta.9](https://github.com/mattallty/Caporal.js/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2020-05-23)

# [2.0.0-beta.8](https://github.com/mattallty/Caporal.js/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2020-05-23)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caporal/core",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"description": "A full-featured framework for building command line applications (cli) with node.js",
"main": "./dist/",
"scripts": {
Expand Down

0 comments on commit bbf2e36

Please sign in to comment.