Skip to content

Commit

Permalink
v0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zploskey committed Mar 24, 2020
1 parent 2c52bdb commit 725e932
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# History

## 0.13.0

Upgraded and tested on Puppeteer 2.0+.

This release now runs on Bucklescript 7 (#123, @scottoasis)

### Bug Fixes

* Changed `jsonValue` return type to be `Js.Json.t` (#124, @leeor)
* replaced `method_` with `requestMethod` (#125, @leeor)

## 0.12.0

Add support for changes introduced in Puppeteer 1.9.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-puppeteer",
"version": "0.12.0",
"version": "0.13.0",
"description": "Bucklescript bindings for Puppeteer (headless chrome browser) written in Reason",
"keywords": [
"BuckleScript",
Expand Down

0 comments on commit 725e932

Please sign in to comment.