Skip to content

Commit

Permalink
chore(release): 4.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.1](v4.3.0...v4.3.1) (2024-12-31)

### Bug Fixes

* infinite loop when use `revalidateWhenExecuted` ([c68dcb4](c68dcb4))

### Performance Improvements

* enable rollup treeshake ([b98560d](b98560d))
  • Loading branch information
semantic-release-bot committed Dec 31, 2024
1 parent d930cac commit cbd39ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.3.1](https://github.com/hiroki0525/idle-task/compare/v4.3.0...v4.3.1) (2024-12-31)


### Bug Fixes

* infinite loop when use `revalidateWhenExecuted` ([c68dcb4](https://github.com/hiroki0525/idle-task/commit/c68dcb470a707840309f9e06062b5b5b176956ea))


### Performance Improvements

* enable rollup treeshake ([b98560d](https://github.com/hiroki0525/idle-task/commit/b98560d9c3fa56decb78d5a3d5c4615e6af5b182))

# [4.3.0](https://github.com/hiroki0525/idle-task/compare/v4.2.3...v4.3.0) (2024-01-28)


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": "idle-task",
"version": "4.3.0",
"version": "4.3.1",
"description": "Improve your website performance by executing JavaScript during a browser's idle periods🚀",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit cbd39ff

Please sign in to comment.