diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbb5dff..02f6503c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.4.1](https://github.com/nuxt-modules/color-mode/compare/v3.4.0...v3.4.1) (2024-04-26) + + +### Bug Fixes + +* add tilde to css selector for tailwind integration ([#259](https://github.com/nuxt-modules/color-mode/issues/259)) ([16ae123](https://github.com/nuxt-modules/color-mode/commit/16ae1236f0d6a0f85c3e665b919c75f0742fa7de)) + ## [3.4.0](https://github.com/nuxt-modules/color-mode/compare/v3.3.3...v3.4.0) (2024-04-11) diff --git a/package.json b/package.json index 96fc9c44..2f5e07ac 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/color-mode", - "version": "3.4.0", + "version": "3.4.1", "description": "Dark and Light mode for Nuxt with auto detection", "repository": { "type": "git", @@ -61,4 +61,4 @@ "vitest": "^1.5.2", "vue-tsc": "^2.0.14" } -} \ No newline at end of file +}