Skip to content

Commit 3029844

Browse files
Publish Next Version
1 parent 30daf96 commit 3029844

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/calm-windows-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-spies-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-ads-do.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-countries-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# pleasantest
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#726](https://github.com/cloudfour/pleasantest/pull/726) [`e71e259`](https://github.com/cloudfour/pleasantest/commit/e71e2590e6c205006b36d2c92a67517ab8bb383d) Thanks [@calebeby](https://github.com/calebeby)! - Fix fork URL for ESM use
8+
9+
- [#732](https://github.com/cloudfour/pleasantest/pull/732) [`29b8671`](https://github.com/cloudfour/pleasantest/commit/29b8671d7ef710ad54cbb35faaea35468a5fd081) Thanks [@calebeby](https://github.com/calebeby)! - Allow returning non-serializable values from `waitFor`
10+
11+
- [#728](https://github.com/cloudfour/pleasantest/pull/728) [`76f1862`](https://github.com/cloudfour/pleasantest/commit/76f1862acd328f4ef5ea51c69f787df9fd427eb1) Thanks [@calebeby](https://github.com/calebeby)! - Re-export devices from `puppeteer.KnownDevices` instead of deprecated `puppeteer.devices`
12+
13+
### Patch Changes
14+
15+
- [#725](https://github.com/cloudfour/pleasantest/pull/725) [`24b347d`](https://github.com/cloudfour/pleasantest/commit/24b347d229894ec61fc4b6b457c8bdcfa45dfb1d) Thanks [@calebeby](https://github.com/calebeby)! - Fix types in export map
16+
317
## 4.0.0
418

519
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pleasantest",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"engines": {
55
"node": "16 || 18 || 20"
66
},

0 commit comments

Comments
 (0)