diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5fc1504..af50cd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
-
-## [1.3.6](https://github.com/parksben/markdown-navbar/compare/1.3.5...v1.3.6) (2020-01-08)
+
+## [1.3.7](https://github.com/parksben/markdown-navbar/compare/1.3.5...v1.3.7) (2020-01-09)
+
+
+### Bug Fixes
+
+* the dataset.id of headings not be updated correctly after markdown source changed ([a175e73](https://github.com/parksben/markdown-navbar/commit/a175e73))
diff --git a/package.json b/package.json
index f66204f..2000a5a 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"rimraf": "^2.6.2"
},
"name": "markdown-navbar",
- "version": "1.3.6",
+ "version": "1.3.7",
"description": "Best markdown navigation bar for React.",
"main": "dist/index.js",
"repository": {