Skip to content

Commit 7ced8bb

Browse files
chore(release): 2.0.0
1 parent b1cf43e commit 7ced8bb

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# Change Log
1+
# Changelog
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.0.0](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v1.0.5...v2.0.0) (2019-08-29)
6+
7+
## [2.0.0-beta.1](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2019-04-24)
8+
9+
10+
### Bug Fixes
11+
12+
* move tailwind to a dependency ([bf6e34a](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/bf6e34a))
13+
14+
## [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)
15+
16+
17+
### ⚠ BREAKING CHANGES
18+
19+
* Works with new tailwind config structure
20+
21+
### Features
22+
23+
* update library to work with Tailwind 1.x ([e005737](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/e005737))
24+
525
<a name="2.0.0-beta.1"></a>
626
# [2.0.0-beta.1](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v2.0.0-beta.0...v2.0.0-beta.1) (2019-04-24)
727

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