Skip to content

Commit

Permalink
chore: mark version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Oct 14, 2017
1 parent 6a8865c commit b555151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
@@ -1,6 +1,6 @@
##### Released API: [v0.11.0](https://github.com/GoogleChrome/puppeteer/blob/v0.11.0/docs/api.md) | [v0.10.2](https://github.com/GoogleChrome/puppeteer/blob/v0.10.2/docs/api.md) | [v0.10.1](https://github.com/GoogleChrome/puppeteer/blob/v0.10.1/docs/api.md) | [v0.10.0](https://github.com/GoogleChrome/puppeteer/blob/v0.10.0/docs/api.md) | [v0.9.0](https://github.com/GoogleChrome/puppeteer/blob/v0.9.0/docs/api.md)

# Puppeteer API v<!-- GEN:version -->0.12.0-alpha<!-- GEN:stop-->
# Puppeteer API v<!-- GEN:version -->0.12.0<!-- GEN:stop-->

##### Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "0.12.0-alpha",
"version": "0.12.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"main": "index.js",
"repository": "github:GoogleChrome/puppeteer",
Expand Down

2 comments on commit b555151

@sukrosono
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What an excellent work 😄 , but i found incorrect link on the release note.
In my assumption it possible to edit the release not via help.

JSHandles link are invalid, it should be https://github.com/GoogleChrome/puppeteer/blob/v0.12.0/docs/api.md#class-jshandle.

@aslushnikov
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brutalcrozt thanks, fixed!

Please sign in to comment.