Skip to content

Commit 558524d

Browse files
committed
0.45.6
1 parent 7bd632c commit 558524d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
### main [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.5...main)]
1+
### main [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.6...main)]
22

33
- xxx
44

5+
### 0.45.6 [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.5...0.45.6)]
6+
7+
Bugfix:
8+
9+
- 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/)
10+
511
### 0.45.5 [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.4...0.45.5)]
612

713
Bugfix:

docs/api_coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API coverages
22
- Puppeteer version: v19.5.0
3-
- puppeteer-ruby version: 0.45.5
3+
- puppeteer-ruby version: 0.45.6
44

55
## Puppeteer
66

lib/puppeteer/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Puppeteer
2-
VERSION = '0.45.5'
2+
VERSION = '0.45.6'
33
end

0 commit comments

Comments
 (0)