Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Aug 16, 2024
1 parent 15228af commit 0c39c12
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changes

## 0.4.0

- [`15228af`](https://github.com/mochify-js/driver-puppeteer/commit/15228afc643f4a56ced00b7cea981e46d598a3c1)
Drop node 16, add node 22
- [`373d3d8`](https://github.com/mochify-js/driver-puppeteer/commit/373d3d8a319d4a45dfd23ad2acd2ad88ae0d738d)
Use new JSDoc imports
- [`e3ffff2`](https://github.com/mochify-js/driver-puppeteer/commit/e3ffff298a5d917a342af0a564a3786b2476ef88)
Update eslint and eslint-config
- [`7bb5283`](https://github.com/mochify-js/driver-puppeteer/commit/7bb52836eaec6a1fe953be7a10f15f8c5bbd9121)
Update typescript
- [`781656e`](https://github.com/mochify-js/driver-puppeteer/commit/781656e4fc3775023ef64c0fd7df0abcabcbc36d)
Update prettier
- [`e0ab308`](https://github.com/mochify-js/driver-puppeteer/commit/e0ab308a69c1d508e7d957da2f2899fb8b251aa7)
Update lint-staged
- [`4acc38c`](https://github.com/mochify-js/driver-puppeteer/commit/4acc38c7ee0f4f1e86ae829a56fcf0b2145a49fd)
Upgrade husky
- [`e9e3eac`](https://github.com/mochify-js/driver-puppeteer/commit/e9e3eac9fd95689072fa7dc99f6544a2b62d825c)
Update @mochify/mochify
- [`6dbfc49`](https://github.com/mochify-js/driver-puppeteer/commit/6dbfc4971e723602241bd0675fc2e94b96f12e98)
Upgrade puppeteer to v23.1.0

_Released by [Maximilian Antoni](https://github.com/mantoni) on 2024-08-16._

## 0.3.1

- [`8603d93`](https://github.com/mochify-js/driver-puppeteer/commit/8603d934e21f2b8c7fe6de5d4d150406da936487)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mochify/driver-puppeteer",
"version": "0.3.1",
"version": "0.4.0",
"description": "Puppeteer driver for Mochify",
"homepage": "https://github.com/mochify-js/driver-puppeteer",
"main": "index.js",
Expand Down

0 comments on commit 0c39c12

Please sign in to comment.