Skip to content

Commit 6181370

Browse files
committed
chore(release): 8.19.6
1 parent 8b9f70f commit 6181370

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [8.19.6](https://github.com/gemini-testing/testplane/compare/v8.19.5...v8.19.6) (2024-08-14)
6+
7+
8+
### Features
9+
10+
* screenshot viewport with assertView by default ([#988](https://github.com/gemini-testing/testplane/issues/988)) ([9e5959e](https://github.com/gemini-testing/testplane/commit/9e5959e61509b124b74a109935d606027c18a983))
11+
12+
13+
### Bug Fixes
14+
15+
* use propper unhandled rejection error serialization ([0ea82a7](https://github.com/gemini-testing/testplane/commit/0ea82a74823dace3828d62879f46312410e9c9e7))
16+
517
### [8.19.5](https://github.com/gemini-testing/testplane/compare/v8.19.4...v8.19.5) (2024-08-12)
618

719

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testplane",
3-
"version": "8.19.5",
3+
"version": "8.19.6",
44
"description": "Tests framework based on mocha and wdio",
55
"main": "build/src/index.js",
66
"files": [

0 commit comments

Comments
 (0)