From c63b0be081efc5658527fe17fe974a2293a35877 Mon Sep 17 00:00:00 2001 From: y-infra Date: Mon, 22 Jul 2024 15:33:29 +0000 Subject: [PATCH] chore(release): 8.18.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 728179556..704770318 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.18.0](https://github.com/gemini-testing/testplane/compare/v8.17.2...v8.18.0) (2024-07-22) + + +### Features + +* add "pid" to log info with test result ([c8ecd60](https://github.com/gemini-testing/testplane/commit/c8ecd601713088e9cd09ae7435d942603d0240f0)) + ### [8.17.2](https://github.com/gemini-testing/testplane/compare/v8.17.1...v8.17.2) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index 47ba14aa6..9c7ae680b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.17.2", + "version": "8.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.17.2", + "version": "8.18.0", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 05359ef3c..5f93c6bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.17.2", + "version": "8.18.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [