From a37ac20cd6596917373a9c14c076c93d14fd125d Mon Sep 17 00:00:00 2001 From: "SimoTod@users.noreply.github.com" Date: Tue, 20 Apr 2021 19:16:55 +0000 Subject: [PATCH] Update version in README --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 433cd7f..209e7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v1.2.1] - 2021-04-20 ### Fixed - [`$interval`]: timeOut was not cleared correctly when paused. When paused and resumed straightaway, it was leading to duplicate callbacks being invoked.