From 4f9023ed61087530939c539291f6a32c7a796a26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 18:39:35 -0800 Subject: [PATCH] Publish Next Version (#357) Co-authored-by: github-actions[bot] --- .changeset/silly-cougars-trade.md | 5 ----- .changeset/tall-spies-type.md | 7 ------- .changeset/thirty-pets-wink.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 .changeset/silly-cougars-trade.md delete mode 100644 .changeset/tall-spies-type.md delete mode 100644 .changeset/thirty-pets-wink.md diff --git a/.changeset/silly-cougars-trade.md b/.changeset/silly-cougars-trade.md deleted file mode 100644 index 4e0a5da9..00000000 --- a/.changeset/silly-cougars-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pleasantest': minor ---- - -Add `waitFor` feature diff --git a/.changeset/tall-spies-type.md b/.changeset/tall-spies-type.md deleted file mode 100644 index 4f4e9478..00000000 --- a/.changeset/tall-spies-type.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'pleasantest': minor ---- - -Allow passing `page` instead of an `ElementHandle` to `getAccessibilityTree`. - -If `page` is passed, the accessibility tree will be of the root `html` element. diff --git a/.changeset/thirty-pets-wink.md b/.changeset/thirty-pets-wink.md deleted file mode 100644 index eaae4237..00000000 --- a/.changeset/thirty-pets-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'pleasantest': minor ---- - -Add support for Node 17 diff --git a/CHANGELOG.md b/CHANGELOG.md index f62b971e..7c877170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # pleasantest +## 1.5.0 + +### Minor Changes + +- [#369](https://github.com/cloudfour/pleasantest/pull/369) [`c0a8a0a`](https://github.com/cloudfour/pleasantest/commit/c0a8a0ae008507b36a664dc8a1d009507021c146) Thanks [@calebeby](https://github.com/calebeby)! - Add `waitFor` feature + +* [#344](https://github.com/cloudfour/pleasantest/pull/344) [`d7bbae3`](https://github.com/cloudfour/pleasantest/commit/d7bbae367e9d5fb8c7756ec337568c18e34faf3f) Thanks [@calebeby](https://github.com/calebeby)! - Allow passing `page` instead of an `ElementHandle` to `getAccessibilityTree`. + + If `page` is passed, the accessibility tree will be of the root `html` element. + +- [#363](https://github.com/cloudfour/pleasantest/pull/363) [`4bdfb5b`](https://github.com/cloudfour/pleasantest/commit/4bdfb5b58c4a61567ac7c9367483aab5a261180c) Thanks [@calebeby](https://github.com/calebeby)! - Add support for Node 17 + ## 1.4.0 ### Minor Changes diff --git a/package.json b/package.json index 0cc8fdb2..32e8fc8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pleasantest", - "version": "1.4.0", + "version": "1.5.0", "engines": { "node": "^12.2 || 14 || 16 || 17" },