Skip to content

Commit

Permalink
chore(release): 1.10.1
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2022-03-23)

### Bug Fixes

* package.json main entry ([10f1828](10f1828))

[skip ci]
  • Loading branch information
semantic-release-bot committed Mar 23, 2022
1 parent 10f1828 commit ac9634b
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.10.1](https://github.com/hongaar/bandersnatch/compare/v1.10.0...v1.10.1) (2022-03-23)


### Bug Fixes

* package.json main entry ([10f1828](https://github.com/hongaar/bandersnatch/commit/10f18280b46ef43d06fd3c9799e46c7fb272846b))

# [1.10.0](https://github.com/hongaar/bandersnatch/compare/v1.9.2...v1.10.0) (2022-03-23)


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.10.0",
"version": "1.10.1",
"repository": {
"type": "git",
"url": "https://github.com/hongaar/bandersnatch.git"
Expand Down Expand Up @@ -81,4 +81,4 @@
"tsd": {
"directory": "tests/types"
}
}
}

0 comments on commit ac9634b

Please sign in to comment.