diff --git a/CHANGELOG.md b/CHANGELOG.md index bebcc1314..34a069fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.10.0](https://github.com/gemini-testing/testplane/compare/v0.1.3...v8.10.0) (2024-04-23) + + +### Bug Fixes + +* **ct:** generate url in format "/run-uuids/:uuid" ([dd61276](https://github.com/gemini-testing/testplane/commit/dd612765119baa97b777fad577d1b5d105e6ffff)) +* **ct:** read tsx files with types ([c8fcd87](https://github.com/gemini-testing/testplane/commit/c8fcd87f45f9b4aa6b17bc51331d981f2f1e0d91)) + ### [0.1.3](https://github.com/gemini-testing/testplane/compare/v0.1.2...v0.1.3) (2024-04-21) diff --git a/package-lock.json b/package-lock.json index 119fce7c0..f4198fe05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "0.1.3", + "version": "8.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "0.1.3", + "version": "8.10.0", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index f45501d1f..347c3af4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "0.1.3", + "version": "8.10.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [