diff --git a/packages/stack-css/CHANGELOG.md b/packages/stack-css/CHANGELOG.md index 6a422bf..1462c98 100644 --- a/packages/stack-css/CHANGELOG.md +++ b/packages/stack-css/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.6.1](https://github.com/factorial-io/fstack/compare/css/v0.6.0...css/v0.6.1) (2022-02-04) + + +### Features + +* **css:** Allow disabling of plugins by setting it to null ([1a64bb8](https://github.com/factorial-io/fstack/commit/1a64bb8d2f6c24e5278d3f6b1c5ec8aa0807a31c)) + ## [0.6.0](https://github.com/factorial-io/fstack/compare/css/v0.5.7...css/v0.6.0) (2022-02-03) diff --git a/packages/stack-css/package.json b/packages/stack-css/package.json index 33b9940..6321465 100644 --- a/packages/stack-css/package.json +++ b/packages/stack-css/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-css", - "version": "0.6.0", + "version": "0.6.1", "main": "index.js", "license": "MIT", "private": false,