diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab2fbca..d6089c72 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.11.6](https://github.com/gemini-testing/testplane/compare/v8.11.5...v8.11.6) (2024-05-29) + + +### Bug Fixes + +* types for describe, it ([9e0d2b9](https://github.com/gemini-testing/testplane/commit/9e0d2b9637768d0283ddca1742e5cc86a303179e)) + ### [8.11.5](https://github.com/gemini-testing/testplane/compare/v8.11.4...v8.11.5) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index e1007279..b6e99caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.11.5", + "version": "8.11.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.11.5", + "version": "8.11.6", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 5892586c..9339f819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.11.5", + "version": "8.11.6", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [