Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dobromir-hristov committed Aug 29, 2019
1 parent b1cf43e commit 7ced8bb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# Change Log
# Changelog

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.

## [2.0.0](https://github.com/dobromir-hristov/tailwindcss-export-config/compare/v1.0.5...v2.0.0) (2019-08-29)

## [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)


### Bug Fixes

* move tailwind to a dependency ([bf6e34a](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/bf6e34a))

## [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)


### ⚠ BREAKING CHANGES

* Works with new tailwind config structure

### Features

* update library to work with Tailwind 1.x ([e005737](https://github.com/dobromir-hristov/tailwindcss-export-config/commit/e005737))

<a name="2.0.0-beta.1"></a>
# [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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-export-config",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"description": "Export Tailwindcss config options to SASS, SCSS, LESS and Stylus",
"main": "dist/index.js",
"bin": "cli.js",
Expand Down

0 comments on commit 7ced8bb

Please sign in to comment.