Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed May 2, 2022
1 parent 574ce5e commit f60c45f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][]

## [5.0.0][] - 2022-05-02

### Changed

- **Breaking**: The optional argument `atBegin` of debounce is now a part of
Expand Down Expand Up @@ -76,5 +78,6 @@
[3.0.0]: https://github.com/niksy/throttle-debounce/tree/v3.0.0
[3.0.1]: https://github.com/niksy/throttle-debounce/tree/v3.0.1
[4.0.0]: https://github.com/niksy/throttle-debounce/tree/v4.0.0
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v4.0.1...HEAD
[4.0.1]: https://github.com/niksy/throttle-debounce/tree/v4.0.1
[unreleased]: https://github.com/niksy/throttle-debounce/compare/v5.0.0...HEAD
[5.0.0]: https://github.com/niksy/throttle-debounce/tree/v5.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "throttle-debounce",
"version": "4.0.1",
"version": "5.0.0",
"description": "Throttle and debounce functions.",
"license": "MIT",
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
Expand Down

0 comments on commit f60c45f

Please sign in to comment.