Skip to content

Commit

Permalink
0.31.1 -> 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Mar 26, 2021
1 parent 4df6251 commit 4b2405f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
### master [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.31.1...master)]
### master [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.31.2...master)]

* xxx

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

Bugfix:

* Fix `wait_for_selector` to work.
* Fix `wait_for_selector` to work. *It is strongly recommended to update for 0.29.0-0.31.x users.*

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

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: v8.0.0
- puppeteer-ruby version: 0.31.1
- puppeteer-ruby version: 0.31.2

## 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.31.1'
VERSION = '0.31.2'
end

0 comments on commit 4b2405f

Please sign in to comment.