From a1e71ccb9b0aabd9da9684665ffbb955e2ad567e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Nov 2024 14:19:03 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/martinstark/throttle-ts/compare/v1.4.0...v1.5.0) (2024-11-19) ### Features * allow resetting throttle timeout ([9914848](https://github.com/martinstark/throttle-ts/commit/9914848e88cf22f76c78665498084a52f1e893ff)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 584fcd2..484c5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/martinstark/throttle-ts/compare/v1.4.0...v1.5.0) (2024-11-19) + + +### Features + +* allow resetting throttle timeout ([9914848](https://github.com/martinstark/throttle-ts/commit/9914848e88cf22f76c78665498084a52f1e893ff)) + # [1.4.0](https://github.com/martinstark/throttle-ts/compare/v1.3.0...v1.4.0) (2024-11-19) diff --git a/package.json b/package.json index 86f879d..3db3ac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "throttle-ts", - "version": "1.4.0", + "version": "1.5.0", "description": "Correctly typed generic throttle function", "typings": "dist/typings/index.d.ts", "main": "dist/throttle-ts.min.js",