diff --git a/CHANGELOG.md b/CHANGELOG.md index 34238ce8..90514eab 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.23.0](https://github.com/gemini-testing/testplane/compare/v8.22.5...v8.23.0) (2024-12-17) + + +### Features + +* auto ubuntu packages download for local browsers ([#1036](https://github.com/gemini-testing/testplane/issues/1036)) ([25895ea](https://github.com/gemini-testing/testplane/commit/25895ea609f9d61c645d271e9b7de2931eea1003)) + ### [8.22.5](https://github.com/gemini-testing/testplane/compare/v8.22.4...v8.22.5) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index 1613870f..6a108b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.22.5", + "version": "8.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.22.5", + "version": "8.23.0", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index a99018bd..8195f008 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.22.5", + "version": "8.23.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [