From b97be2139ea5317f0587a610061d7be3135625d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 17 May 2022 15:51:58 +0000 Subject: [PATCH] chore(release): 1.10.3 ## [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)) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4271331f..71422287 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 98c89b32..af6dd58f 100644 --- a/package.json +++ b/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"