diff --git a/CHANGELOG.md b/CHANGELOG.md index 95500bdb..59fcf94a 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. +### [6.1.2](https://github.com/nuxt-community/tailwindcss-module/compare/v6.1.1...v6.1.2) (2022-10-28) + + +### Bug Fixes + +* normalise undefined `nuxt.options.watch` ([#553](https://github.com/nuxt-community/tailwindcss-module/issues/553)) ([5b373c6](https://github.com/nuxt-community/tailwindcss-module/commit/5b373c6c1091808360db4a657210e21adf205d73)) + ### [6.1.1](https://github.com/nuxt-community/tailwindcss-module/compare/v6.1.0...v6.1.1) (2022-10-24) diff --git a/package.json b/package.json index 5a7696aa..da7647d9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.1.1", + "version": "6.1.2", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",