Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Mar 2, 2021
1 parent cebe239 commit b7c2c14
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.

### [2.0.1](https://github.com/alexlafroscia/qunit-wait-for/compare/v2.0.0...v2.0.1) (2021-03-02)

### Bug Fixes

- re-try assertions that only temporarily throw an exception ([cebe239](https://github.com/alexlafroscia/qunit-wait-for/commit/cebe239b902e338630945691f42bd906a8380f05))

## [2.0.0](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.2.3...v2.0.0) (2021-01-04)

### ⚠ BREAKING CHANGES
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": "2.0.0",
"version": "2.0.1",
"description": "Wait for a QUnit assertion",
"author": "Alex LaFroscia <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b7c2c14

Please sign in to comment.