Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.3...v4.3.0) (2024-01-28)

### Features

* add `overwriteTask` option ([4e928b6](4e928b6))
  • Loading branch information
semantic-release-bot committed Jan 28, 2024
1 parent 6b286ad commit 67b0f82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.3.0](https://github.com/hiroki0525/idle-task/compare/v4.2.3...v4.3.0) (2024-01-28)


### Features

* add `overwriteTask` option ([4e928b6](https://github.com/hiroki0525/idle-task/commit/4e928b65e26be904c820149bfbd0ae70b036cf63))

## [4.2.3](https://github.com/hiroki0525/idle-task/compare/v4.2.2...v4.2.3) (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.2.3",
"version": "4.3.0",
"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 67b0f82

Please sign in to comment.