Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiash committed Mar 7, 2019
1 parent 63bfad3 commit 16ff830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.2] - 2019-03-07

### Bug fixes

- Avoid race when clearing the timer while the async function is executing. Patch by Fabian Flugund.

## [2.0.1] - 2018-12-12

Changes to publish scripts only.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "randomized-interval",
"version": "2.0.1",
"version": "2.0.2",
"description": "setInterval with randomized interval time",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 16ff830

Please sign in to comment.