Skip to content

Commit f745ea9

Browse files
chore(release): 3.1.0
1 parent 309d0ca commit f745ea9

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+
## [3.1.0](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v3.0.2...v3.1.0) (2021-12-12)
6+
7+
8+
### Features
9+
10+
* implement Css converter ([#52](https://github.com/dobromir-hristov/tailwindcss-export-config/issues/52)) ([309d0ca](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/309d0ca7b3c51d520646ede07df970f7969aa55e))
11+
* implement JSON converter ([#51](https://github.com/dobromir-hristov/tailwindcss-export-config/issues/51)) ([554213e](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/554213ec03a42080959dacffe2a1b8fde91560d3))
12+
513
### [3.0.2](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v3.0.1...v3.0.2) (2021-11-24)
614

715
### [3.0.1](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v3.0.0...v3.0.1) (2021-11-24)

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