We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e05d72 commit b8cc2ceCopy full SHA for b8cc2ce
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## v1.27.0 (2023-01-04)
4
+
5
+#### :beetle: Bug Fix
6
+* Restore node 12 compatibility.
7
8
+#### :house: Internal
9
+* Bump dependencies.
10
11
## v1.26.0 (2022-12-28)
12
13
#### :tada: New Feature
package.json
@@ -1,6 +1,6 @@
{
"name": "oxygen-cli",
- "version": "1.26.0",
+ "version": "1.27.0",
"description": "Automation framework for testing modern applications",
"main": "./build/index.js",
"bin": {
0 commit comments