diff --git a/CHANGELOG.md b/CHANGELOG.md index b66fc18..31eeffe 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.1.3](https://github.com/zillow/create-react-styleguide/compare/v8.1.2...v8.1.3) (2022-03-03) + + +### Bug Fixes + +* enable ssr in dev mode and revert cjs index change ([d15c375](https://github.com/zillow/create-react-styleguide/commit/d15c3759d0b927d891a2f66f3b277a8a80af508c)) + ### [8.1.2](https://github.com/zillow/create-react-styleguide/compare/v8.1.1...v8.1.2) (2022-02-25) ### [8.1.1](https://github.com/zillow/create-react-styleguide/compare/v8.1.0...v8.1.1) (2022-02-25) diff --git a/package-lock.json b/package-lock.json index 84312e5..4192808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "create-react-styleguide", - "version": "8.1.2", + "version": "8.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9fc191b..5896a70 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.2", + "version": "8.1.3", "license": "ISC", "author": "Brian Stone ", "homepage": "https://github.com/zillow/create-react-styleguide#readme",