diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c401039..7ac71971 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.
+
+## [0.6.3](https://github.com/remarkablemark/html-react-parser/compare/v0.6.2...v0.6.3) (2019-03-19)
+
+
+### Bug Fixes
+
+* **typescript:** test.tsx after dtslint run ([38e6bba](https://github.com/remarkablemark/html-react-parser/commit/38e6bba))
+
+
+
## [0.6.2](https://github.com/remarkablemark/html-react-parser/compare/v0.6.1...v0.6.2) (2019-03-07)
diff --git a/package.json b/package.json
index d9a2a95f..a694b362 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-react-parser",
- "version": "0.6.2",
+ "version": "0.6.3",
"description": "An HTML to React parser.",
"author": "Mark ",
"main": "index.js",