diff --git a/CHANGELOG.md b/CHANGELOG.md index de3d383..cafbe16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.5 (2022-05-24) + ### 0.0.4 (2022-05-22) diff --git a/package-lock.json b/package-lock.json index 3342cb9..71e2ae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-app-rewired-single-spa", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-app-rewired-single-spa", - "version": "0.0.4", + "version": "0.0.5", "license": "ISC", "dependencies": { "systemjs-webpack-interop": "^2.3.5" diff --git a/package.json b/package.json index c0b2ddd..4ce16dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-app-rewired-single-spa", - "version": "0.0.4", + "version": "0.0.5", "description": "Use single-spa in your create-react-app", "main": "index.js", "scripts": {