Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Apr 22, 2020
1 parent 7b0d548 commit 09c7e3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <alex@lafroscia.com>",
"license": "MIT",
Expand Down

0 comments on commit 09c7e3e

Please sign in to comment.