From 9c50d0eef36178fc5c2395e875b1ad74189a4d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 7 Oct 2022 22:43:55 +0200 Subject: [PATCH] chore(release): 5.3.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a91054..421039a8 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. +### [5.3.5](https://github.com/nuxt-community/tailwindcss-module/compare/v5.3.4...v5.3.5) (2022-10-07) + + +### Bug Fixes + +* prevent unwanted reloads on content change ([#539](https://github.com/nuxt-community/tailwindcss-module/issues/539)) ([6290ea5](https://github.com/nuxt-community/tailwindcss-module/commit/6290ea58123df76eae75e7304b7c0c95300a43b7)) + ### [5.3.4](https://github.com/nuxt-community/tailwindcss-module/compare/v5.3.3...v5.3.4) (2022-10-07) diff --git a/package.json b/package.json index 18e0af9c..71439839 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "5.3.4", + "version": "5.3.5", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",