We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d848ae0 commit 5610fe5Copy full SHA for 5610fe5
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@percy/selenium-webdriver",
3
"description": "Selenium client library for visual testing with Percy",
4
- "version": "2.2.4-beta.2",
+ "version": "2.2.4",
5
"license": "MIT",
6
"author": "Perceptual Inc.",
7
"repository": "https://github.com/percy/percy-selenium-js",
@@ -12,7 +12,7 @@
12
],
13
"publishConfig": {
14
"access": "public",
15
- "tag": "beta"
+ "tag": "latest"
16
},
17
"main": "index.js",
18
"types": "types/index.d.ts",
0 commit comments