Skip to content

Commit 5bbdc34

Browse files
chore(release): 2.2.1
1 parent 9446fa2 commit 5bbdc34

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.2.1](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v2.2.0...v2.2.1) (2020-08-04)
6+
7+
8+
### Bug Fixes
9+
10+
* improve the key sanitization, closes [#19](https://github.com/dobromir-hristov/tailwindcss-export-config/issues/19) ([#20](https://github.com/dobromir-hristov/tailwindcss-export-config/issues/20)) ([9446fa2](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/9446fa2))
11+
512
### [2.2.0](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v2.1.0...v2.2.0) (2020-07-01)
613

714
### Features

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.2.0",
3+
"version": "2.2.1",
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)