Skip to content

Commit

Permalink
Mark 0.40.4
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Mar 10, 2022
1 parent ca57822 commit 784bff9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 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.40.3...main)]
### main [[diff](https://github.com/YusukeIwaki/puppeteer-ruby/compare/0.40.4...main)]

- xxx

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

Bugfix:

- Fix warning on handling console message.

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

Bugfix:
Expand Down
4 changes: 2 additions & 2 deletions development/generate_api_coverage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,13 @@ def api_coverages
end
end

raw_md = RawApiMdReader.new('v13.0.1').read
raw_md = RawApiMdReader.new('v13.5.1').read
class_docs = ApiMdParser.new(raw_md).parse


File.open(File.join('.', 'docs', 'api_coverage.md'), 'w') do |f|
f.write("# API coverages\n")
f.write("- Puppeteer version: v13.0.1\n")
f.write("- Puppeteer version: v13.5.1\n")
f.write("- puppeteer-ruby version: #{Puppeteer::VERSION}\n")
end

Expand Down
5 changes: 3 additions & 2 deletions docs/api_coverage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API coverages
- Puppeteer version: v13.0.1
- puppeteer-ruby version: 0.40.3
- Puppeteer version: v13.5.1
- puppeteer-ruby version: 0.40.4

## Puppeteer

Expand Down Expand Up @@ -337,6 +337,7 @@
* status
* statusText => `#status_text`
* text
* ~~timing~~
* url
## ~~SecurityDetails~~
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.40.3'
VERSION = '0.40.4'
end

0 comments on commit 784bff9

Please sign in to comment.