Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.0...v5.1.0) (2024-04-28)

### Features

* add `useLazyLoad` hook ([6acc295](6acc295))
  • Loading branch information
semantic-release-bot committed Apr 28, 2024
1 parent ea18a7c commit 88a1473
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.1.0](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v5.0.0...v5.1.0) (2024-04-28)


### Features

* add `useLazyLoad` hook ([6acc295](https://github.com/hiroki0525/react-dom-lazyload-component/commit/6acc295b24e3361c83c5c95b627c41f2da15c7ac))

# [5.0.0](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.1.5...v5.0.0) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dom-lazyload-component",
"version": "5.0.0",
"version": "5.1.0",
"description": "React Lazy Load Component for your Website Performance🚀",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 88a1473

Please sign in to comment.