Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2022-10-19)

### Performance Improvements

* remove autoCalculateHeight props ([3b3b2ac](3b3b2ac))
* remove forceVisible effect ([c88fb1b](c88fb1b))
  • Loading branch information
semantic-release-bot committed Oct 19, 2022
1 parent f62eb61 commit 8b5df34
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.1](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v3.0.0...v3.0.1) (2022-10-19)


### Performance Improvements

* remove autoCalculateHeight props ([3b3b2ac](https://github.com/hiroki0525/react-dom-lazyload-component/commit/3b3b2ac8d1929cfa31c6bdca1a2a80273d4bdff6))
* remove forceVisible effect ([c88fb1b](https://github.com/hiroki0525/react-dom-lazyload-component/commit/c88fb1bb4c0f9ba0cf4fa0f331705b4a880f5098))

# [3.0.0](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v2.3.0...v3.0.0) (2022-05-25)


Expand Down
24 changes: 22 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": "3.0.0",
"version": "3.0.1",
"description": "React Lazy Load Component for your Website Performance",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 8b5df34

Please sign in to comment.