From a65172e5f002c9e61622506412442fe816556580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 13 Jun 2023 12:41:14 +0200 Subject: [PATCH] chore(release): v6.7.1 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b871b162..cd91e1ad 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.7.1 + +[compare changes](https://undefined/undefined/compare/v6.7.0...v6.7.1) + + +### 🔥 Performance + + - Parallelise all async calls (#679) + +### 🏡 Chore + + - Upgrade deps (de99ac0) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) +- Inesh Bose + ## v6.7.0 [compare changes](https://undefined/undefined/compare/v6.6.8...v6.7.0) diff --git a/package.json b/package.json index e4fa139d..b4d7c14c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.7.0", + "version": "6.7.1", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT", @@ -68,4 +68,4 @@ "nuxt": "^3.5.3", "vitest": "^0.32.0" } -} +} \ No newline at end of file