Skip to content

Commit e124bb8

Browse files
chore(release): 2.0.0-beta.0
1 parent e005737 commit e124bb8

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
<a name="2.0.0-beta.0"></a>
6+
# [2.0.0-beta.0](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v1.0.4...v2.0.0-beta.0) (2019-04-24)
7+
8+
9+
### Features
10+
11+
* update library to work with Tailwind 1.x ([e005737](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/e005737))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Works with new tailwind config structure
17+
18+
19+
520
<a name="1.0.4"></a>
621
## [1.0.4](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v1.0.3...v1.0.4) (2019-03-24)
722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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