diff --git a/CHANGELOG.md b/CHANGELOG.md index 90e7526d..58856038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,9 @@ 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. -## v6.12.1 +## v6.11.0 -[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.0...v6.12.1) - -## v6.12.0 - -[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.4...v6.12.0) +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.4...v6.11.0) ### 🚀 Enhancements @@ -35,6 +31,8 @@ All notable changes to this project will be documented in this file. See [standa - Update ([8cf0a04](https://github.com/nuxt-modules/tailwindcss/commit/8cf0a04)) - Specify prepublishOnly script ([2bca37a](https://github.com/nuxt-modules/tailwindcss/commit/2bca37a)) - Fix lint ([eab2fb4](https://github.com/nuxt-modules/tailwindcss/commit/eab2fb4)) +- **release:** V6.12.0 ([9837fb8](https://github.com/nuxt-modules/tailwindcss/commit/9837fb8)) +- **release:** V6.12.1 ([320dacf](https://github.com/nuxt-modules/tailwindcss/commit/320dacf)) ### ❤️ Contributors diff --git a/package.json b/package.json index 8d7d1893..18f3cc71 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.12.1", + "version": "6.11.0", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT",