From 1e5fbcfc0bc55c7ff99bb387bd0b4067f8d630dc Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Mon, 29 Nov 2021 16:09:09 -0500 Subject: [PATCH] chore(release): 2.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f099c88..5381c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/alexlafroscia/qunit-wait-for/compare/v2.0.1...v2.0.2) (2021-11-29) + +### Bug Fixes + +- only publish `dist` files ([a1911c3](https://github.com/alexlafroscia/qunit-wait-for/commit/a1911c39121caaf8af6296771d73bd605d65ddb5)) +- update export map ([c20134b](https://github.com/alexlafroscia/qunit-wait-for/commit/c20134b906d3545a01b04a27ea60493ae64dd176)) + ### [2.0.1](https://github.com/alexlafroscia/qunit-wait-for/compare/v2.0.0...v2.0.1) (2021-03-02) ### Bug Fixes diff --git a/package.json b/package.json index c9e8120..3748d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qunit-wait-for", - "version": "2.0.1", + "version": "2.0.2", "description": "Wait for a QUnit assertion", "author": "Alex LaFroscia ", "license": "MIT",