Skip to content

Commit 5e015fa

Browse files
chore(release): 2.1.0
1 parent 3439685 commit 5e015fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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/dobromir-hristov/tailwindcss-export-config/compare/v2.0.2...v2.1.0) (2020-06-23)
6+
7+
8+
### Features
9+
10+
* add quoting keys ([2d4308b](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/2d4308b))
11+
* enable reading corePlugins settings, to disable generating unnecessary variables. ([#15](https://github.com/dobromir-hristov/tailwindcss-export-config/issues/15)) ([f9527d1](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/f9527d1))
12+
513
### [2.0.2](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v2.0.1...v2.0.2) (2019-08-29)
614

715
### [2.0.1](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v2.0.0...v2.0.1) (2019-08-29)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-export-config",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Export Tailwindcss config options to SASS, SCSS, LESS and Stylus",
55
"main": "dist/index.js",
66
"bin": "cli.js",

0 commit comments

Comments
 (0)