From 7ced8bbc4072af004df9daf7f074d5a74ce955e4 Mon Sep 17 00:00:00 2001 From: dobromir-hristov Date: Thu, 29 Aug 2019 09:56:15 +0300 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 22 +++++++++++++++++++++- package.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b62b1..f1e2b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + # [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) diff --git a/package.json b/package.json index 8f7e318..a218de3 100644 --- a/package.json +++ b/package.json @@ -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",