Skip to content

Commit

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

### Features

* support not only cjs but also esm and umd ([1fbe49c](1fbe49c))
* transpile ES2017 ([0ea69ea](0ea69ea))

### Performance Improvements

* add.minify ([#100](#100)) ([402347b](402347b))
  • Loading branch information
semantic-release-bot committed Jan 2, 2023
1 parent 6addc73 commit c916921
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.1.0](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v4.0.0...v4.1.0) (2023-01-02)


### Features

* support not only cjs but also esm and umd ([1fbe49c](https://github.com/hiroki0525/react-dom-lazyload-component/commit/1fbe49c050d24f22a52185898ac4de0df33818e1))
* transpile ES2017 ([0ea69ea](https://github.com/hiroki0525/react-dom-lazyload-component/commit/0ea69ea5e3ea2d8f0594731d5559f2eda4eb5b84))


### Performance Improvements

* add.minify ([#100](https://github.com/hiroki0525/react-dom-lazyload-component/issues/100)) ([402347b](https://github.com/hiroki0525/react-dom-lazyload-component/commit/402347bc3bf1f1e19701d462ddd0bd762a49d93d))

# [4.0.0](https://github.com/hiroki0525/react-dom-lazyload-component/compare/v3.0.1...v4.0.0) (2022-10-19)


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.0.0",
"version": "4.1.0",
"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 c916921

Please sign in to comment.