Skip to content

Commit

Permalink
chore(release): 1.10.3
Browse files Browse the repository at this point in the history
## [1.10.3](v1.10.2...v1.10.3) (2022-05-17)

### Bug Fixes

* use esm build when using import ([#392](#392)) ([03e5cdb](03e5cdb))

[skip ci]
  • Loading branch information
semantic-release-bot committed May 17, 2022
1 parent 03e5cdb commit b97be21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.10.3](https://github.com/hongaar/bandersnatch/compare/v1.10.2...v1.10.3) (2022-05-17)


### Bug Fixes

* use esm build when using import ([#392](https://github.com/hongaar/bandersnatch/issues/392)) ([03e5cdb](https://github.com/hongaar/bandersnatch/commit/03e5cdb6b06eaf08db4f7f96852e70b7700d2077))

## [1.10.2](https://github.com/hongaar/bandersnatch/compare/v1.10.1...v1.10.2) (2022-04-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bandersnatch",
"description": "Simple TypeScript CLI / REPL framework",
"version": "1.10.2",
"version": "1.10.3",
"repository": {
"type": "git",
"url": "https://github.com/hongaar/bandersnatch.git"
Expand Down

0 comments on commit b97be21

Please sign in to comment.