diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae1a266..a065623c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/P4sca1/nuxt-headlessui/compare/v1.1.4...v1.1.5) (2023-12-23) + + +### Bug Fixes + +* enable typescript bundler module resolution, build with latest module builder ([a0a252d](https://github.com/P4sca1/nuxt-headlessui/commit/a0a252df77784f5643dee8e8c8760339eeb3f819)) + ## [1.1.4](https://github.com/P4sca1/nuxt-headlessui/compare/v1.1.3...v1.1.4) (2023-04-18) diff --git a/package.json b/package.json index fd19a0d8..614f5c41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-headlessui", "description": "Headless UI integration for Nuxt", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "repository": { "type": "git", @@ -64,4 +64,4 @@ "semantic-release": "22.0.12" }, "packageManager": "pnpm@8.12.1+sha256.28ca61ece5a496148b73fabc9afb820f9c3fec4f55f04ce45a2cea0a5219f2e1" -} \ No newline at end of file +}