diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3322da3..ea0758f1b 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.17.1](https://github.com/gemini-testing/testplane/compare/v8.17.0...v8.17.1) (2024-07-16) + + +### Bug Fixes + +* move escape-string-regexp to deps ([#974](https://github.com/gemini-testing/testplane/issues/974)) ([abb14a0](https://github.com/gemini-testing/testplane/commit/abb14a08b724f88c0c292ef323ed82680157ff9d)) + ## [8.17.0](https://github.com/gemini-testing/testplane/compare/v8.16.0...v8.17.0) (2024-07-10) diff --git a/package-lock.json b/package-lock.json index 9ddfd5f9a..5f5f29ca2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.17.0", + "version": "8.17.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.17.0", + "version": "8.17.1", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 47657ea71..e95ca633e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.17.0", + "version": "8.17.1", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [