diff --git a/CHANGELOG.md b/CHANGELOG.md index de8c0bf21..4a6752915 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. +### [7.1.4](https://github.com/gemini-testing/hermione/compare/v7.1.3...v7.1.4) (2023-08-22) + + +### Bug Fixes + +* fix test id to be property and not a method in typings ([93e2006](https://github.com/gemini-testing/hermione/commit/93e200678e74d166ec534a51e367cd170d56a658)) + ### [7.1.3](https://github.com/gemini-testing/hermione/compare/v7.1.2...v7.1.3) (2023-08-16) diff --git a/package-lock.json b/package-lock.json index 41cf7f007..56b3fa7e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "7.1.3", + "version": "7.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "7.1.3", + "version": "7.1.4", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index bdf6fa127..71cb0471a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "7.1.3", + "version": "7.1.4", "description": "Tests framework based on mocha and wdio", "main": "build/hermione.js", "files": [