From 8a14d30a03e3f00f419de22867bc9ce5bf4a7ce5 Mon Sep 17 00:00:00 2001 From: y-infra Date: Tue, 21 Jan 2025 18:34:09 +0000 Subject: [PATCH] chore(release): 10.13.2 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b60c734..503748dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. + +## [10.13.2](https://github.com/gemini-testing/html-reporter/compare/v10.13.1...v10.13.2) (2025-01-21) + + +### Bug Fixes + +* populate plugin parsed config to testplane config ([b3b2efa](https://github.com/gemini-testing/html-reporter/commit/b3b2efa)) +* **gitignore:** remove icons folder from gitignore file ([#631](https://github.com/gemini-testing/html-reporter/issues/631)) ([fa6c360](https://github.com/gemini-testing/html-reporter/commit/fa6c360)) + + + ## [10.13.1](https://github.com/gemini-testing/html-reporter/compare/v10.13.0...v10.13.1) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index 16677ec04..032a0da8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.13.1", + "version": "10.13.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5a6e5d119..9b09305ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.13.1", + "version": "10.13.2", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"