Skip to content

Commit

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

### Bug Fixes

* enable to import `LazyLoadProps` ([7c0a016](7c0a016))
  • Loading branch information
semantic-release-bot committed Jan 2, 2023
1 parent 7c0a016 commit 39c5e21
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.2](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.1.1...v4.1.2) (2023-01-02)


### Bug Fixes

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

## [4.1.1](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.1.0...v4.1.1) (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.1",
"version": "4.1.2",
"description": "React Lazy Load Component for your Website Performance🚀",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down

0 comments on commit 39c5e21

Please sign in to comment.