diff --git a/CHANGELOG.md b/CHANGELOG.md index 259bf8660..7401f19c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.13.0](https://github.com/gemini-testing/testplane/compare/v8.12.2...v8.13.0) (2024-06-19) + + +### Features + +* add relativePath to refImg ([0bb23cf](https://github.com/gemini-testing/testplane/commit/0bb23cf7b05b16bc3cdcdd176be888c2fb161b04)) + ### [8.12.2](https://github.com/gemini-testing/testplane/compare/v8.12.1...v8.12.2) (2024-06-18) diff --git a/package-lock.json b/package-lock.json index 9968b7bc4..c03281599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.12.2", + "version": "8.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.12.2", + "version": "8.13.0", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index a84964d7d..b54214f0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.12.2", + "version": "8.13.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [