diff --git a/CHANGELOG.md b/CHANGELOG.md index 31eeffe..3ad530f 100644 --- a/CHANGELOG.md +++ b/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. +## [8.2.0](https://github.com/zillow/create-react-styleguide/compare/v8.1.3...v8.2.0) (2022-04-12) + + +### Features + +* add CSS files to side effects in order to tree-shake CSS imports ([37c973d](https://github.com/zillow/create-react-styleguide/commit/37c973d5c02d2be6874218d6eab776522136a2a3)) + ### [8.1.3](https://github.com/zillow/create-react-styleguide/compare/v8.1.2...v8.1.3) (2022-03-03) diff --git a/package-lock.json b/package-lock.json index 4192808..52418f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "create-react-styleguide", - "version": "8.1.3", + "version": "8.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5896a70..b0ed2d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-react-styleguide", "description": "A toolkit for creating React component libraries and style guides", - "version": "8.1.3", + "version": "8.2.0", "license": "ISC", "author": "Brian Stone ", "homepage": "https://github.com/zillow/create-react-styleguide#readme",