diff --git a/CHANGELOG.md b/CHANGELOG.md index 72597db6a..fc6018f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +# [5.2.0](https://github.com/gemini-testing/hermione/compare/v5.1.2...v5.2.0) (2022-08-30) + + +### Features + +* add element's assertView method ([54724f7](https://github.com/gemini-testing/hermione/commit/54724f7)) + + + ## [5.1.2](https://github.com/gemini-testing/hermione/compare/v5.1.1...v5.1.2) (2022-08-29) diff --git a/package-lock.json b/package-lock.json index 70d11f5dc..7bec979e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "5.1.2", + "version": "5.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9943011cf..f90c59d08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "5.1.2", + "version": "5.2.0", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "types": "./typings/index.d.ts",