From 947a0803f0588b219b2460428ba713aeec5524c3 Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Mon, 4 Jan 2021 10:03:27 -0500 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136bcd4..d9dea52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.2.3...v2.0.0) (2021-01-04) + +### ⚠ BREAKING CHANGES + +- The package output is slightly different now, with a different configuration of the `package.json` pointers to different builds of the library. Because of this, the bundler consuming this library might pull in something different than before. In case that ends up being a "breaking" change, this commit is being marked as such, though in reality this should be safe for any consumers. + +### Bug Fixes + +- avoid deprecated QUnit extension API ([95ddfa4](https://github.com/alexlafroscia/qunit-wait-for/commit/95ddfa4b8f5688f1c59caf0f21a7a59d8ce23a91)) + +- replace Pika with Microbundle ([0004147](https://github.com/alexlafroscia/qunit-wait-for/commit/0004147fdd5aef2dff299ffd16ea6b456b8223e7)) + ### [1.2.3](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.2.2...v1.2.3) (2020-08-03) ### [1.2.2](https://github.com/alexlafroscia/qunit-wait-for/compare/v1.2.1...v1.2.2) (2020-08-03) diff --git a/package.json b/package.json index 53d0204..de2366d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qunit-wait-for", - "version": "1.2.3", + "version": "2.0.0", "description": "Wait for a QUnit assertion", "author": "Alex LaFroscia ", "license": "MIT",