Skip to content

Commit

Permalink
0.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Jan 20, 2023
1 parent 3b91cd9 commit b67caa2
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,4 +1,10 @@
### main [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.0...main)]
### main [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.45.1...main)]

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

Bugfix

- Fix screenshot `full_page` option

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

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.0
- puppeteer-ruby version: 0.45.1

## 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.0'
VERSION = '0.45.1'
end

0 comments on commit b67caa2

Please sign in to comment.