From 05d8a5af398d5cda9b2baf2397d743f0ed6f7e2d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Apr 2024 21:49:34 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/P4sca1/nuxt-headlessui/compare/v1.1.5...v1.2.0) (2024-04-04) ### Bug Fixes * **deps:** upgrade all dependencies ([548561f](https://github.com/P4sca1/nuxt-headlessui/commit/548561f40cdc255482c8bad3b36c22758449fac4)) ### Features * expose provideHeadlessUseId composable ([482700b](https://github.com/P4sca1/nuxt-headlessui/commit/482700ba1717c7368e9da5cb2eb07cb41d17d9b7)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a065623c..6fe2458d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/P4sca1/nuxt-headlessui/compare/v1.1.5...v1.2.0) (2024-04-04) + + +### Bug Fixes + +* **deps:** upgrade all dependencies ([548561f](https://github.com/P4sca1/nuxt-headlessui/commit/548561f40cdc255482c8bad3b36c22758449fac4)) + + +### Features + +* expose provideHeadlessUseId composable ([482700b](https://github.com/P4sca1/nuxt-headlessui/commit/482700ba1717c7368e9da5cb2eb07cb41d17d9b7)) + ## [1.1.5](https://github.com/P4sca1/nuxt-headlessui/compare/v1.1.4...v1.1.5) (2023-12-23) diff --git a/package.json b/package.json index e9f35165..18751c66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-headlessui", "description": "Headless UI integration for Nuxt", - "version": "1.1.5", + "version": "1.2.0", "license": "MIT", "repository": { "type": "git",