From ac82311dc29d63dd316244021d281856e09523d6 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Mon, 11 May 2020 22:34:05 -0400 Subject: [PATCH] chore(release): 1.2.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4781fa..c80ebbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.1](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.2.0...v1.2.1) (2020-05-12) + +### Bug Fixes + +- avoid stubbing `pushResult` for longer than necessary ([fa4156b](https://github.com/alexlafroscia/qunit-wait-for/commit/fa4156b570980dc380b1eb33420dbcf9b7e266a0)), closes [#16](https://github.com/alexlafroscia/qunit-wait-for/issues/16) + ## [1.2.0](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.1.1...v1.2.0) (2020-05-01) ### Features diff --git a/package.json b/package.json index f108a42..c9510cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qunit-wait-for", - "version": "1.2.0", + "version": "1.2.1", "description": "Wait for a QUnit assertion", "author": "Alex LaFroscia ", "license": "MIT",