You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version is set in `package.json` (used as npm package version) and in
`src/version.js` (used to create driver's user agent string).
Script is named `versionRelease` and requires `VERSION` env variable to be set.
Examples:
```
VERSION=1.1.5 npm run versionRelease
VERSION=1.1.5-rc01 npm run versionRelease
VERSION=1.1.5-alpha03 npm run versionRelease
```
0 commit comments