From 22c86df2a6a79f8fe38a2984bfd1cec0741e91f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 13 Jun 2023 12:57:18 +0200 Subject: [PATCH] chore(release): v6.7.2 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd91e1ad..0d6e2cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.2 + +[compare changes](https://undefined/undefined/compare/v6.7.1...v6.7.2) + + +### 🔥 Performance + + - Parallelise all async calls " (#679) + +### 📖 Documentation + + - Update deps (5a877b9) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v6.7.1 [compare changes](https://undefined/undefined/compare/v6.7.0...v6.7.1) diff --git a/package.json b/package.json index ee1147b7..912dc24c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "6.7.1", + "version": "6.7.2", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-modules/tailwindcss", "license": "MIT",