Skip to content

Commit 77e856c

Browse files
authored
Merge pull request #77 from cloudflare/chore/release-0.0.14
chore: release 0.0.14
2 parents 9a7dd9e + a21dbce commit 77e856c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/puppeteer-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/puppeteer",
3-
"version": "0.0.14-rc",
3+
"version": "0.0.14",
44
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
55
"keywords": [
66
"puppeteer",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* @internal
33
*/
4-
export const packageVersion = '0.0.14-rc';
4+
export const packageVersion = '0.0.14';

packages/puppeteer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"license": "Apache-2.0",
126126
"dependencies": {
127127
"cosmiconfig": "8.2.0",
128-
"@cloudflare/puppeteer": "0.0.14-rc",
128+
"@cloudflare/puppeteer": "0.0.14",
129129
"@puppeteer/browsers": "1.7.0"
130130
}
131131
}

0 commit comments

Comments
 (0)