diff --git a/CHANGELOG.md b/CHANGELOG.md index ba54cf2..cdddf3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# [v1.0.0-beta.6](https://github.com/TomokiMiyauci/react-patial-hydration/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2021-09-23) + +## 🐛 Bug Fixes +- [`0db890a`](https://github.com/TomokiMiyauci/react-patial-hydration/commit/0db890a) Add props of key + # [v1.0.0-beta.5](https://github.com/TomokiMiyauci/react-patial-hydration/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2021-09-22) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 0bfdf9a..0d90ec8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-partial-hydration", "description": "React component for partial hydration", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.es.js",