Skip to content

Commit 95527a9

Browse files
committed
chore(release): 2.1.0
1 parent 1dc2526 commit 95527a9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [2.1.0](https://github.com/nuxt-community/tailwindcss-module/compare/v1.4.1...v2.1.0) (2020-07-20)
6+
7+
8+
### Features
9+
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* force production env for postcss on nuxt build ([977d605](https://github.com/nuxt-community/tailwindcss-module/commit/977d605858891396c7a689cf545b85e4fc718b52))
16+
517
### [1.4.1](https://github.com/nuxt-community/tailwindcss-module/compare/v1.4.0...v1.4.1) (2020-04-22)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "TailwindCSS module for Nuxt.js",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)