From 1151166321140853bc5ef4b1a7867b15a746cb27 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Sep 2021 05:08:31 +0000 Subject: [PATCH] :bookmark: 1.0.0-beta.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",