From d26d530d4d4047cdac050ef2aaad813fdaf5ff5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sat, 5 Jun 2021 11:11:02 +0200 Subject: [PATCH] chore(release): 4.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fd634e..a35ea577 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. +### [4.1.3](https://github.com/nuxt-community/tailwindcss-module/compare/v4.1.2...v4.1.3) (2021-06-05) + + +### Bug Fixes + +* add ts extension for purging components folder ([#356](https://github.com/nuxt-community/tailwindcss-module/issues/356)) ([8328c52](https://github.com/nuxt-community/tailwindcss-module/commit/8328c52b0a96c35fd117b0366e697b79ee1d741a)) + ### [4.1.2](https://github.com/nuxt-community/tailwindcss-module/compare/v4.1.1...v4.1.2) (2021-05-13) ### [4.1.1](https://github.com/nuxt-community/tailwindcss-module/compare/v4.1.0...v4.1.1) (2021-05-07) diff --git a/package.json b/package.json index 380e1d0f..e1377d10 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "4.1.2", + "version": "4.1.3", "description": "TailwindCSS module for Nuxt", "repository": "nuxt-community/tailwindcss-module", "license": "MIT",