diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae89797dd..8a5d4c697 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.
+
+## [9.3.1](https://github.com/gemini-testing/html-reporter/compare/v9.3.0...v9.3.1) (2022-09-18)
+
+
+### Bug Fixes
+
+* move static deps to dev and remove unused deps ([1f0fab5](https://github.com/gemini-testing/html-reporter/commit/1f0fab5))
+
+
+
# [9.3.0](https://github.com/gemini-testing/html-reporter/compare/v9.2.2...v9.3.0) (2022-09-15)
diff --git a/package-lock.json b/package-lock.json
index f980b32a3..dc25cc7a0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.3.0",
+ "version": "9.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 3942a1df7..8e3445233 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "9.3.0",
+ "version": "9.3.1",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",