diff --git a/CHANGELOG.md b/CHANGELOG.md index 91979794..15c5b6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.10.3 + +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.2...v6.10.3) + +### 🩹 Fixes + +- Remove postinstall script ([132f5a1](https://github.com/nuxt-modules/tailwindcss/commit/132f5a1)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v6.10.2 [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.10.1...v6.10.2) diff --git a/package.json b/package.json index 0012fad5..52a5bcd6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.10.2", + "version": "6.10.3", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT", @@ -80,4 +80,4 @@ "resolutions": { "@nuxtjs/tailwindcss": "link:." } -} +} \ No newline at end of file