From 95527a9b7f6c44d3e40ae47b48a3abd4851fe3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 20 Jul 2020 14:58:46 +0200 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761afb49..4890a4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [2.1.0](https://github.com/nuxt-community/tailwindcss-module/compare/v1.4.1...v2.1.0) (2020-07-20) + + +### Features + +* use tailwind v1.4 and use purge option ([#95](https://github.com/nuxt-community/tailwindcss-module/issues/95)) ([09c0ee5](https://github.com/nuxt-community/tailwindcss-module/commit/09c0ee570c9e21c53864a1466f49552dc48a35c7)) + + +### Bug Fixes + +* force production env for postcss on nuxt build ([977d605](https://github.com/nuxt-community/tailwindcss-module/commit/977d605858891396c7a689cf545b85e4fc718b52)) + ### [1.4.1](https://github.com/nuxt-community/tailwindcss-module/compare/v1.4.0...v1.4.1) (2020-04-22) diff --git a/package.json b/package.json index c4592c69..90abae00 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/tailwindcss", - "version": "2.0.0", + "version": "2.1.0", "description": "TailwindCSS module for Nuxt.js", "license": "MIT", "contributors": [