diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b15234..309a3e7 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. +### [0.4.4](https://github.com/gemini-testing/hermione-safari-commands/compare/v0.4.3...v0.4.4) (2021-10-05) + + +### Bug Fixes + +* change ctx to web before each test execution ([6829051](https://github.com/gemini-testing/hermione-safari-commands/commit/6829051e2aca91cd08419b1833a81aa6a0a727d3)) + ### [0.4.3](https://github.com/gemini-testing/hermione-safari-commands/compare/v0.4.2...v0.4.3) (2021-09-22) diff --git a/package-lock.json b/package-lock.json index 3232a0a..c1eeef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione-safari-commands", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79fff2f..889e54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione-safari-commands", - "version": "0.4.3", + "version": "0.4.4", "description": "Plugin for hermione to add/wrap browser commands for iOS safari", "main": "lib/index.js", "scripts": {