diff --git a/CHANGELOG.md b/CHANGELOG.md index fa443b9..8ec43cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3840110..b8fd208 100644 --- a/package.json +++ b/package.json @@ -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",