diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec43cc..7c124fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/molvqingtai/timer/compare/v1.1.6...v1.2.0) (2024-11-30) + + +### Bug Fixes + +* this may be missing ([13819fa](https://github.com/molvqingtai/timer/commit/13819fafb5d6224a8f7a630f2b3399a681775745)) + + +### Features + +* support adapter ([067b998](https://github.com/molvqingtai/timer/commit/067b9981a864dc92c652ea8d92e832b08835ea07)) + ## [1.1.6](https://github.com/molvqingtai/timer/compare/v1.1.5...v1.1.6) (2024-09-26) diff --git a/package.json b/package.json index 93cdcf9..9c1d50c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resreq/timer", - "version": "1.1.6", + "version": "1.2.0", "description": "⏰ Short and sweet timer based.", "type": "module", "main": "dist/index.js",