diff --git a/CHANGELOG.md b/CHANGELOG.md index ef479a1..3180775 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. +### 0.0.11 (2022-05-26) + + +### Bug Fixes + +* disable fashrefresh ([b29b027](https://github.com/fupengl/react-app-rewired-single-spa/commit/b29b0273ecc0b427ec0eaff9b5ab098cdd955de0)) + ### 0.0.10 (2022-05-26) ### 0.0.9 (2022-05-24) diff --git a/package-lock.json b/package-lock.json index de4dbb9..f1fb7cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-app-rewired-single-spa", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-app-rewired-single-spa", - "version": "0.0.10", + "version": "0.0.11", "license": "ISC", "dependencies": { "systemjs-webpack-interop": "^2.3.5" diff --git a/package.json b/package.json index 97556c6..7060907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-app-rewired-single-spa", - "version": "0.0.10", + "version": "0.0.11", "description": "Use single-spa in your create-react-app", "main": "index.js", "scripts": {