From cbd39ffa2836a7e04683c8ff8a20c2be3149f297 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Dec 2024 08:39:11 +0000 Subject: [PATCH] chore(release): 4.3.1 [skip ci] ## [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c5c3b..22c2545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index bd07e37..91ce943 100644 --- a/package.json +++ b/package.json @@ -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",