Skip to content

Commit

Permalink
Merge pull request #83 from dequelabs/master
Browse files Browse the repository at this point in the history
chore: merge master into develop
  • Loading branch information
scurker authored Apr 5, 2024
2 parents 0608018 + fe89e38 commit 66a6b2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [3.3.0](https://github.com/dequelabs/puppeteer-devtools/compare/v3.2.0...v3.3.0) (2024-04-04)


### Features

* add support for manifest v3 extensions and background service workers ([#81](https://github.com/dequelabs/puppeteer-devtools/issues/81)) ([0608018](https://github.com/dequelabs/puppeteer-devtools/commit/06080187a19c13bc664eeff71074ae2084cc673c))

## [3.2.0](https://github.com/dequelabs/puppeteer-devtools/compare/v3.1.0...v3.2.0) (2024-02-05)


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": "puppeteer-devtools",
"version": "3.2.0",
"version": "3.3.0",
"description": "Extended puppeteer methods for getting extension devtools contexts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 66a6b2e

Please sign in to comment.