Skip to content

Commit

Permalink
0.45.6
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Sep 14, 2024
1 parent 7bd632c commit 558524d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
### main [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.5...main)]
### main [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.6...main)]

- xxx

### 0.45.6 [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.5...0.45.6)]

Bugfix:

- Fix puppeteer-ruby to work with Firefox >= 129. Note that CDP support for Firefox is already ended. [ref](https://fxdx.dev/deprecating-cdp-support-in-firefox-embracing-the-future-with-webdriver-bidi/)

### 0.45.5 [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.4...0.45.5)]

Bugfix:
Expand Down
2 changes: 1 addition & 1 deletion docs/api_coverage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API coverages
- Puppeteer version: v19.5.0
- puppeteer-ruby version: 0.45.5
- puppeteer-ruby version: 0.45.6

## Puppeteer

Expand Down
2 changes: 1 addition & 1 deletion lib/puppeteer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Puppeteer
VERSION = '0.45.5'
VERSION = '0.45.6'
end

0 comments on commit 558524d

Please sign in to comment.