Skip to content

Commit

Permalink
chore(release): 1.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.6](v1.1.5...v1.1.6) (2024-09-26)

### Bug Fixes

* pause time should be reset when stop ([739826c](739826c))
  • Loading branch information
semantic-release-bot committed Sep 26, 2024
1 parent 739826c commit 30fdc34
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 @@
## [1.1.6](https://github.com/molvqingtai/timer/compare/v1.1.5...v1.1.6) (2024-09-26)


### Bug Fixes

* pause time should be reset when stop ([739826c](https://github.com/molvqingtai/timer/commit/739826ca19b3c0e9e58fc3449eec0cb2c46bd70e))

## [1.1.5](https://github.com/molvqingtai/timer/compare/v1.1.4...v1.1.5) (2024-04-08)


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": "@resreq/timer",
"version": "1.1.5",
"version": "1.1.6",
"description": "⏰ Short and sweet timer based on requestAnimationFrame API",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 30fdc34

Please sign in to comment.