Skip to content

Commit

Permalink
chore(release): 8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Jun 9, 2024
1 parent 66980e8 commit de2f5b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.12.0](https://github.com/gemini-testing/testplane/compare/v8.11.7...v8.12.0) (2024-06-09)


### Features

* **ct:** support hot module replacement ([71628ce](https://github.com/gemini-testing/testplane/commit/71628ce39d7e96978c9fcbf9059f05113bf1c352))


### Bug Fixes

* **ct:** do not fail on log html elements ([016dc45](https://github.com/gemini-testing/testplane/commit/016dc45ec6cb083c0c8db75192636c1795563c51))
* **ct:** use correct type for config from vite ([b152038](https://github.com/gemini-testing/testplane/commit/b15203876b8a0ca8cc323a7c242955008cb94c87))

### [8.11.7](https://github.com/gemini-testing/testplane/compare/v8.11.6...v8.11.7) (2024-06-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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testplane",
"version": "8.11.7",
"version": "8.12.0",
"description": "Tests framework based on mocha and wdio",
"main": "build/src/index.js",
"files": [
Expand Down

0 comments on commit de2f5b4

Please sign in to comment.