diff --git a/CHANGELOG.md b/CHANGELOG.md index 840d2834a..e6b81bfb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [8.20.0](https://github.com/gemini-testing/testplane/compare/v8.19.9...v8.20.0) (2024-09-09) + + +### Features + +* implement new cli command to read tests ([aad3322](https://github.com/gemini-testing/testplane/commit/aad3322a41a18c3743301bc0250e4b6276d3d51c)) + ### [8.19.9](https://github.com/gemini-testing/testplane/compare/v8.19.8...v8.19.9) (2024-09-05) diff --git a/package-lock.json b/package-lock.json index 27dd3ef7d..de31369af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.19.9", + "version": "8.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.19.9", + "version": "8.20.0", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 08bde432c..382f221ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.19.9", + "version": "8.20.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [ @@ -170,7 +170,7 @@ "optional": true }, "@swc/core": { - "optional": true + "optional": true } } }