Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.2...v1.8.0) (2021-09-08)

### Features

* do not print errors returned from yargs ([#300](#300)) ([90712a9](90712a9))

[skip ci]
  • Loading branch information
semantic-release-bot committed Sep 8, 2021
1 parent 90712a9 commit 887d5ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.8.0](https://github.com/hongaar/bandersnatch/compare/v1.7.2...v1.8.0) (2021-09-08)


### Features

* do not print errors returned from yargs ([#300](https://github.com/hongaar/bandersnatch/issues/300)) ([90712a9](https://github.com/hongaar/bandersnatch/commit/90712a93a45ff89e12f123ec851b08704f1e9b83))

## [1.7.2](https://github.com/hongaar/bandersnatch/compare/v1.7.1...v1.7.2) (2021-08-13)


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": "bandersnatch",
"description": "Simple TypeScript CLI / REPL framework",
"version": "1.7.2",
"version": "1.8.0",
"repository": {
"type": "git",
"url": "https://github.com/hongaar/bandersnatch.git"
Expand Down

0 comments on commit 887d5ee

Please sign in to comment.