Skip to content

Commit

Permalink
πŸ”– 1.0.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
# [v1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2021-09-22)

## πŸ› Bug Fixes
- [`fc55b29`](fc55b29)   Fix Intersection component to add root wrap element
  • Loading branch information
semantic-release-bot committed Sep 22, 2021
1 parent 00e2e9c commit 5e7435f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [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
- [`fc55b29`](https://github.com/TomokiMiyauci/react-patial-hydration/commit/fc55b29) Fix Intersection component to add root wrap element

# [v1.0.0-beta.4](https://github.com/TomokiMiyauci/react-patial-hydration/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2021-09-22)

## ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-partial-hydration",
"description": "React component for partial hydration",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 5e7435f

Please sign in to comment.