diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b443c5d..5644628a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
+## 0.13.3 (2021-09-23)
+
+* Add GitHub Actions CI 🎷 (#753) ([9ee86ce](https://github.com/bustle/mobiledoc-kit/commit/9ee86ce)), closes [#753](https://github.com/bustle/mobiledoc-kit/issues/753)
+* Export modules useful for HTML processing ([2121de6](https://github.com/bustle/mobiledoc-kit/commit/2121de6))
+* Typescriptify VII 📺 (#751) ([79a37b6](https://github.com/bustle/mobiledoc-kit/commit/79a37b6)), closes [#751](https://github.com/bustle/mobiledoc-kit/issues/751)
+* Update README.md ([5dd5647](https://github.com/bustle/mobiledoc-kit/commit/5dd5647))
+
+
+
## 0.13.2 (2020-11-06)
* Typescriptify Phase VI 🥃🧉 (#749) ([3170b48](https://github.com/bustle/mobiledoc-kit/commit/3170b48)), closes [#749](https://github.com/bustle/mobiledoc-kit/issues/749)
+* v0.13.2 ([e8454e3](https://github.com/bustle/mobiledoc-kit/commit/e8454e3))
diff --git a/package.json b/package.json
index d77e1f47..bbc64f71 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mobiledoc-kit",
- "version": "0.13.2",
+ "version": "0.13.3",
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
"repository": "https://github.com/bustle/mobiledoc-kit",
"module": "dist/mobiledoc.js",