From 93bf33df18e86196bdb488573b515a1b6bdee971 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:59:51 -0700 Subject: [PATCH] Publish Next Version (#56) Co-authored-by: github-actions[bot] --- .changeset/ninety-kids-report.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ninety-kids-report.md diff --git a/.changeset/ninety-kids-report.md b/.changeset/ninety-kids-report.md deleted file mode 100644 index fcadff39..00000000 --- a/.changeset/ninety-kids-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'test-mule': patch ---- - -Export `JSHandle` and `ElementHandle` types from puppeteer. Now if you want to use those types you can import them directly from test-mule. diff --git a/CHANGELOG.md b/CHANGELOG.md index b51a2e12..73c0e0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # test-mule +## 0.2.2 + +### Patch Changes + +- [`31cc1a9`](https://github.com/cloudfour/test-mule/commit/31cc1a91e0ebf1a0ec9f82ed2575acf7371bb9b1) [#55](https://github.com/cloudfour/test-mule/pull/55) Thanks [@calebeby](https://github.com/calebeby)! - Export `JSHandle` and `ElementHandle` types from puppeteer. Now if you want to use those types you can import them directly from test-mule. + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 52d379d5..19542f04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test-mule", - "version": "0.2.1", + "version": "0.2.2", "engines": { "node": "12 || 14" },