Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2024-11-19)

### Features

* allow resetting throttle timeout ([9914848](9914848))
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 1f9142b commit a1e71cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a1e71cc

Please sign in to comment.