diff --git a/CHANGELOG.md b/CHANGELOG.md index a860a2e..e8f057f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.0.2](https://github.com/EricLambrecht/react-timing-hooks/compare/v5.0.1...v5.0.2) (2024-09-20) + + +### Bug Fixes + +* Fix useCountdown typing ([2053287](https://github.com/EricLambrecht/react-timing-hooks/commit/2053287f9cd77535385c07648cff3ee582b0353f)), closes [#40](https://github.com/EricLambrecht/react-timing-hooks/issues/40) + ### [5.0.1](https://github.com/EricLambrecht/react-timing-hooks/compare/v5.0.0...v5.0.1) (2024-08-03) diff --git a/package-lock.json b/package-lock.json index e1fc695..5e00ee7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-timing-hooks", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-timing-hooks", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", diff --git a/package.json b/package.json index eee045e..b0e077d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-timing-hooks", - "version": "5.0.1", + "version": "5.0.2", "description": "React hooks for setTimeout, setInterval, requestAnimationFrame, requestIdleCallback", "main": "dist/index.js", "types": "dist/index.d.ts",