From 09c7e3e5abf86c894f3bfc14212de4474bb5a2a3 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Wed, 22 Apr 2020 17:06:25 -0400 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ed528..dc674d1 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.1.1](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.1.0...v1.1.1) (2020-04-22) + +### Bug Fixes + +- use correct return type for `assert.waitFor` ([6f0f366](https://github.com/alexlafroscia/qunit-wait-for/commit/6f0f3666b9f9243670b01a3a53f136844a8f5e5b)), closes [#8](https://github.com/alexlafroscia/qunit-wait-for/issues/8) + ## [1.1.0](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.0.0...v1.1.0) (2020-04-03) ### Features diff --git a/package.json b/package.json index c6bd0c2..22bcbaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qunit-wait-for", - "version": "1.1.0", + "version": "1.1.1", "description": "Wait for a QUnit assertion", "author": "Alex LaFroscia ", "license": "MIT",