Skip to content

Commit

Permalink
chore(release): 1.9.1
Browse files Browse the repository at this point in the history
## [1.9.1](v1.9.0...v1.9.1) (2022-03-22)

### Bug Fixes

* args typed with undefined ([#389](#389)) ([419f048](419f048))

[skip ci]
  • Loading branch information
semantic-release-bot committed Mar 22, 2022
1 parent 419f048 commit baed9bb
Show file tree
Hide file tree
Showing 2 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
@@ -1,3 +1,10 @@
## [1.9.1](https://github.com/hongaar/bandersnatch/compare/v1.9.0...v1.9.1) (2022-03-22)


### Bug Fixes

* args typed with undefined ([#389](https://github.com/hongaar/bandersnatch/issues/389)) ([419f048](https://github.com/hongaar/bandersnatch/commit/419f0486e55b79a671185eda0ce3558c4cf3665f))

# [1.9.0](https://github.com/hongaar/bandersnatch/compare/v1.8.4...v1.9.0) (2021-10-25)


Expand Down
4 changes: 2 additions & 2 deletions 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.9.0",
"version": "1.9.1",
"repository": {
"type": "git",
"url": "https://github.com/hongaar/bandersnatch.git"
Expand Down Expand Up @@ -61,4 +61,4 @@
"tsd": "^0.19.1",
"typescript": "4.6.2"
}
}
}

0 comments on commit baed9bb

Please sign in to comment.