From e0071c44d58c07d2cfaba039fa1c3e8c655c9b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 23 May 2022 12:18:49 +0200 Subject: [PATCH] chore(release): 5.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa998d4..6f2d4e7e 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.1.1](https://github.com/nuxt-community/tailwindcss-module/compare/v5.1.0...v5.1.1) (2022-05-23) + + +### Bug Fixes + +* **content:** Add support for error file ([#467](https://github.com/nuxt-community/tailwindcss-module/issues/467)) ([be06c68](https://github.com/nuxt-community/tailwindcss-module/commit/be06c687f2605ffc57b202878ac5a1a68147a4cd)) + ## [5.1.0](https://github.com/nuxt-community/tailwindcss-module/compare/v5.0.4...v5.1.0) (2022-05-23) diff --git a/package.json b/package.json index d1a187e5..c5fd0369 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "5.1.0", + "version": "5.1.1", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",