Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed May 12, 2020
1 parent 6a70b54 commit ac82311
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.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
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.2.0",
"version": "1.2.1",
"description": "Wait for a QUnit assertion",
"author": "Alex LaFroscia <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ac82311

Please sign in to comment.