diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5abc5ad4..071b0e50 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.10.1](https://github.com/gemini-testing/html-reporter/compare/v10.10.0...v10.10.1) (2024-11-27)
+
+
+### Bug Fixes
+
+* check status in tree view for skipped tests ([#619](https://github.com/gemini-testing/html-reporter/issues/619)) ([ee2eb8c](https://github.com/gemini-testing/html-reporter/commit/ee2eb8c))
+
+
+
# [10.10.0](https://github.com/gemini-testing/html-reporter/compare/v10.9.2...v10.10.0) (2024-11-26)
diff --git a/package-lock.json b/package-lock.json
index b80996c7..96d74b6d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "10.10.0",
+ "version": "10.10.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 68b38b5d..06dd22fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "10.10.0",
+ "version": "10.10.1",
"description": "Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.",
"files": [
"build"