From ebe6292d25482f7e4861f1c7b5dfb7981192db07 Mon Sep 17 00:00:00 2001 From: riderx Date: Wed, 25 Aug 2021 13:49:08 +0200 Subject: [PATCH] release: v0.0.21 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 443d17b..183ea78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.0.21](https://github.com/riderx/vue-timer-hook/compare/v0.0.20...v0.0.21) (2021-08-25) + +### Bug Fixes + +- reset declaration ts ([9906d83](https://github.com/riderx/vue-timer-hook/commit/9906d835b0149b0d0b856808bff7777f7d019b5c)) + ## [0.0.20](https://github.com/riderx/vue-timer-hook/compare/v0.0.19...v0.0.20) (2021-08-23) ### Bug Fixes diff --git a/package.json b/package.json index 467f9ab..5a14dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-timer-hook", - "version": "0.0.20", + "version": "0.0.21", "main": "dist/vue-timer-hook.cjs.js", "unpkg": "dist/vue-timer-hook.global.js", "jsdelivr": "dist/vue-timer-hook.global.js",