diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5949ba9f3..70eb59a30 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.
+
+# [6.0.0-alpha.5](https://github.com/gemini-testing/html-reporter/compare/v6.0.0-alpha.4...v6.0.0-alpha.5) (2020-05-29)
+
+
+### Bug Fixes
+
+* **style:** fix indentation between elements ([dcc7fc8](https://github.com/gemini-testing/html-reporter/commit/dcc7fc8))
+
+
+
# [6.0.0-alpha.4](https://github.com/gemini-testing/html-reporter/compare/v6.0.0-alpha.3...v6.0.0-alpha.4) (2020-05-28)
diff --git a/package-lock.json b/package-lock.json
index ad3e2080a..290492cb6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "6.0.0-alpha.4",
+ "version": "6.0.0-alpha.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 08f3a0034..c6afb4283 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "6.0.0-alpha.4",
+ "version": "6.0.0-alpha.5",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",