Skip to content

Commit

Permalink
chore(release): 4.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.4](v4.1.3...v4.1.4) (2023-01-02)

### Bug Fixes

* enable to import `LazyLoadProps` ([2237822](2237822))
  • Loading branch information
semantic-release-bot committed Jan 2, 2023
1 parent 2237822 commit 6fd648c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.4](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.1.3...v4.1.4) (2023-01-02)


### Bug Fixes

* enable to import `LazyLoadProps` ([2237822](https://github.com/hiroki0525/react-dom-lazyload-component/commit/2237822c5089d85b942a8480f203d58f752d9e9a))

## [4.1.3](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.1.2...v4.1.3) (2023-01-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.1.3",
"version": "4.1.4",
"description": "React Lazy Load Component for your Website Performance🚀",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 6fd648c

Please sign in to comment.