diff --git a/CHANGELOG.md b/CHANGELOG.md
index 741ee5e45..5244052d0 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.
+
+## [4.13.1](https://github.com/gemini-testing/html-reporter/compare/v4.13.0...v4.13.1) (2019-10-05)
+
+
+### Bug Fixes
+
+* merge subfolders of reports ([b8ee5db](https://github.com/gemini-testing/html-reporter/commit/b8ee5db))
+
+
+
# [4.13.0](https://github.com/gemini-testing/html-reporter/compare/v4.12.5...v4.13.0) (2019-10-03)
diff --git a/package-lock.json b/package-lock.json
index e95731f4b..7c84be274 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "4.13.0",
+ "version": "4.13.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 21c5fa3ca..6591aa995 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
- "version": "4.13.0",
+ "version": "4.13.1",
"description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",