diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdd235..e2ccf0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.15](https://github.com/varletjs/rattail/compare/v1.0.14...v1.0.15) (2024-11-26) + + +### Bug Fixes + +* export mitt ([585a2e9](https://github.com/varletjs/rattail/commit/585a2e9597bd29455b2090874598ce8bdc1118ad)) + + + ## [1.0.14](https://github.com/varletjs/rattail/compare/v1.0.13...v1.0.14) (2024-11-21) diff --git a/package.json b/package.json index 297d4c1..f439610 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rattail", - "version": "1.0.14", + "version": "1.0.15", "type": "module", "main": "lib/index.cjs", "module": "lib/index.js",