From 18968d73dbc7d0afee4a080fffcc6bd402f81728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 21 Mar 2023 10:51:56 +0100 Subject: [PATCH] chore(release): v6.6.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f683bdbe..8834f136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.6.1 + +[compare changes](https://undefined/undefined/compare/v6.6.0...v6.6.1) + + +### 🏡 Chore + + - Reducing dependencies (#634) + - Update readme (#640) + - Move heavy populateMap function to utils (#637) + - Add `utils` to default content path (#641) + - Improving types for config (#635) + +### ❤️ Contributors + +- Inesh Bose +- Alexander Lichter + ## v6.6.0 [compare changes](https://undefined/undefined/compare/v6.5.0...v6.6.0) diff --git a/package.json b/package.json index de552716..7bd561f2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.6.0", + "version": "6.6.1", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",