Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Jun 8, 2020
1 parent 45b4a1a commit 99e1bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## [Unreleased][]

## [2.2.1][] - 2020-06-08

### Changed

- Upgrade package
- Add Browserstack testing
- Add more detailed usage example to README (#36)
- Use ES2015+ features

[unreleased]: https://github.com/niksy/throttle-debounce/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/niksy/throttle-debounce/tree/v2.2.1
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": "2.1.0",
"version": "2.2.1",
"description": "Throttle and debounce functions.",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down

0 comments on commit 99e1bbe

Please sign in to comment.