diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index d8833ef..44fec05 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/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.2.1](https://github.com/factorial-io/fstack/compare/css/v0.2.0...css/v0.2.1) (2020-10-06) + + +### Features + +* **css:** add hash to build files when setting addHashes to true ([25adbe0](https://github.com/factorial-io/fstack/commit/25adbe0f3f25b53983669a9ef385b7dfde63a54c)) + ## [0.2.0](https://github.com/factorial-io/fstack/compare/css/v0.1.1...css/v0.2.0) (2020-09-23) diff --git a/packages/css/package.json b/packages/css/package.json index 3b111ea..36ed15d 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-css", - "version": "0.2.0", + "version": "0.2.1", "main": "index.js", "license": "MIT", "private": false, @@ -31,6 +31,6 @@ "stylelint-selector-bem-pattern": "^2.1.0" }, "peerDependencies": { - "@factorial/core": "^0.2.0" + "@factorial/core": "^0.2.1" } }