Skip to content

Commit 0673a69

Browse files
chore: release [skip ci] (#1083)
Co-authored-by: WebdriverIO Release Bot <[email protected]>
1 parent 25fb407 commit 0673a69

File tree

5 files changed

+27
-12
lines changed

5 files changed

+27
-12
lines changed

.changeset/kind-forks-move.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/image-comparison-core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @wdio/image-comparison-core
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- bde4851: This PR will implement FR #1077 which is asking not to create the actual image on success. This should create a better performance because no files are writing to the system and should make sure that there's not a lot of noise in the actual folder.
8+
9+
# Committers: 1
10+
11+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
12+
313
## 1.0.2
414

515
### Patch Changes

packages/image-comparison-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/image-comparison-core",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"author": "Wim Selles - wswebcreation",
55
"description": "Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework",
66
"keywords": [

packages/visual-service/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @wdio/visual-service
22

3+
## 9.1.0
4+
5+
### Minor Changes
6+
7+
- bde4851: This PR will implement FR #1077 which is asking not to create the actual image on success. This should create a better performance because no files are writing to the system and should make sure that there's not a lot of noise in the actual folder.
8+
9+
# Committers: 1
10+
11+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [bde4851]
16+
- @wdio/image-comparison-core@1.1.0
17+
318
## 9.0.2
419

520
### Patch Changes

packages/visual-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@wdio/visual-service",
33
"author": "Wim Selles - wswebcreation",
44
"description": "Image comparison / visual regression testing for WebdriverIO",
5-
"version": "9.0.2",
5+
"version": "9.1.0",
66
"license": "MIT",
77
"homepage": "https://webdriver.io/docs/visual-testing",
88
"repository": {

0 commit comments

Comments
 (0)