From d2f88e68f87698baf1b794a93b496b890573f6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sat, 11 Feb 2023 13:41:32 +0100 Subject: [PATCH] chore(release): 6.4.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad37a152..b130409a 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. +## [6.4.0](https://github.com/nuxt-community/tailwindcss-module/compare/v6.3.1...v6.4.0) (2023-02-11) + + +### Features + +* Adding Tailwind Viewer to Nuxt dev tools ([#612](https://github.com/nuxt-community/tailwindcss-module/issues/612)) ([c46c834](https://github.com/nuxt-community/tailwindcss-module/commit/c46c8346d5098f46181dd6eb7af305b8cb3a3e89)) + + +### Bug Fixes + +* support nuxt 2.16+ ([#611](https://github.com/nuxt-community/tailwindcss-module/issues/611)) ([0c5e073](https://github.com/nuxt-community/tailwindcss-module/commit/0c5e073932ecef5dce7922e6ab2e93555870b53d)) + ### [6.3.1](https://github.com/nuxt-community/tailwindcss-module/compare/v6.3.0...v6.3.1) (2023-02-01) diff --git a/package.json b/package.json index c340ed6f..19e3dfa2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.3.1", + "version": "6.4.0", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",