From 3980aadcd6afa8ea10802722c16da5628d69af13 Mon Sep 17 00:00:00 2001 From: Anton Usmansky Date: Tue, 11 Oct 2022 11:07:59 +0300 Subject: [PATCH] chore(release): 5.3.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbf78577..ca78347a2 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. +### [5.3.1](https://github.com/gemini-testing/hermione/compare/v5.3.0...v5.3.1) (2022-10-11) + + +### Bug Fixes + +* update png-img to 5.0.1 with windows build fix ([f3a00d1](https://github.com/gemini-testing/hermione/commit/f3a00d189c60cab571473c95cfd02bd3157c2c5a)) + ## [5.3.0](https://github.com/gemini-testing/hermione/compare/v5.2.2...v5.3.0) (2022-10-10) diff --git a/package-lock.json b/package-lock.json index d5959f234..52ea143c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 387c90740..ca0b9c8cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "5.3.0", + "version": "5.3.1", "description": "Tests framework based on mocha and wdio", "main": "lib/hermione.js", "types": "./typings/index.d.ts",