diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b1090..c9a15d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## v0.3.0 + +Adds two configuration options +**Mode (Default = "manual")** +The mode allows a user to set the mode to auto or manual. The auto mode doesn't require @multiple-tailwind to be present in a css file for it to be processed by tailwindcss. + +**defaultConfig (Default = "tailwind.config.js")** +Sets the config file when the user doesn't specify a config inside the css file. + +### Upgrading +The defaults for these two options are the same as the previous behaviour of the app, so there are no steps required for upgrading. ## v0.2.0 * Throw an error if a config file could not be found diff --git a/package.json b/package.json index 9cb218c..699c2bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-multiple-tailwind", - "version": "0.2.0", + "version": "0.3.0", "description": "PostCSS plugin to process multiple tailwindcss configs", "keywords": [ "postcss",