Skip to content

Commit

Permalink
chore(release): 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 26, 2024
1 parent 1eb537e commit 65c90d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -61,4 +61,4 @@
"vitest": "^1.5.2",
"vue-tsc": "^2.0.14"
}
}
}

0 comments on commit 65c90d4

Please sign in to comment.