From 884fcee30bb99aed1a817e361503b460bf246463 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jan 2024 18:53:12 +0000 Subject: [PATCH] chore(release): set `package.json` to 1.1.2 [skip ci] ## [1.1.2](https://github.com/rzvxa/dwait/compare/v1.1.1...v1.1.2) (2024-01-03) ### Bug Fixes * exposing types in package.json. ([#8](https://github.com/rzvxa/dwait/issues/8)) ([70970df](https://github.com/rzvxa/dwait/commit/70970df64401fc0bab22f3ce95d274d7a01cef58)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 293e590..b6b3cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/rzvxa/dwait/compare/v1.1.1...v1.1.2) (2024-01-03) + + +### Bug Fixes + +* exposing types in package.json. ([#8](https://github.com/rzvxa/dwait/issues/8)) ([70970df](https://github.com/rzvxa/dwait/commit/70970df64401fc0bab22f3ce95d274d7a01cef58)) + ## [1.1.1](https://github.com/rzvxa/dwait/compare/v1.1.0...v1.1.1) (2024-01-03)