Skip to content

Commit

Permalink
chore(release): 8.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y-infra committed Sep 9, 2024
1 parent aad3322 commit 8a2f063
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -170,7 +170,7 @@
"optional": true
},
"@swc/core": {
"optional": true
"optional": true
}
}
}

0 comments on commit 8a2f063

Please sign in to comment.