diff --git a/CHANGELOG.md b/CHANGELOG.md index d022049..d1f0025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/P4sca1/nuxt-headlessui/compare/v1.1.0...v1.1.1) (2023-01-09) + + +### Bug Fixes + +* revert „feat: make portal, popover, and Dialog client components“ ([c71eaa1](https://github.com/P4sca1/nuxt-headlessui/commit/c71eaa112e79cd279d93a5171df59616149c1d62)), closes [#18](https://github.com/P4sca1/nuxt-headlessui/issues/18) [#20](https://github.com/P4sca1/nuxt-headlessui/issues/20) + # [1.1.0](https://github.com/P4sca1/nuxt-headlessui/compare/v1.0.4...v1.1.0) (2023-01-06) diff --git a/package.json b/package.json index b817cf2..c604a25 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-headlessui", "description": "Headless UI integration for Nuxt", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "repository": { "type": "git",