Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.2...v1.12.0) (2023-04-03)

### Bug Fixes

* **deps:** bump yargs and @types/yargs ([#427](#427)) ([cf636e1](cf636e1))

### Features

* add requires and excludes ([#434](#434)) ([24982cb](24982cb))

[skip ci]
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent 24982cb commit 5c57203
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.12.0](https://github.com/hongaar/bandersnatch/compare/v1.11.2...v1.12.0) (2023-04-03)


### Bug Fixes

* **deps:** bump yargs and @types/yargs ([#427](https://github.com/hongaar/bandersnatch/issues/427)) ([cf636e1](https://github.com/hongaar/bandersnatch/commit/cf636e19958681f7a23df4e08765e3a5f54c5d7a))


### Features

* add requires and excludes ([#434](https://github.com/hongaar/bandersnatch/issues/434)) ([24982cb](https://github.com/hongaar/bandersnatch/commit/24982cb92f0f55336950a6a0dd9cb4ea21f92f27))

## [1.11.2](https://github.com/hongaar/bandersnatch/compare/v1.11.1...v1.11.2) (2023-04-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bandersnatch",
"version": "1.11.2",
"version": "1.12.0",
"description": "Simple TypeScript CLI / REPL framework",
"keywords": [
"cli",
Expand Down

0 comments on commit 5c57203

Please sign in to comment.