diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfe43bf..1821a592 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. + +## [10.12.1](https://github.com/gemini-testing/html-reporter/compare/v10.12.0...v10.12.1) (2024-12-18) + + +### Bug Fixes + +* move bundled deps to devDeps ([#624](https://github.com/gemini-testing/html-reporter/issues/624)) ([a9eddd2](https://github.com/gemini-testing/html-reporter/commit/a9eddd2)) + + + # [10.12.0](https://github.com/gemini-testing/html-reporter/compare/v10.11.0...v10.12.0) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index f81e2706..4ac311a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.12.0", + "version": "10.12.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 031738c5..9f59abca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "10.12.0", + "version": "10.12.1", "description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.", "files": [ "build"