diff --git a/CHANGELOG.md b/CHANGELOG.md
index a909e81..75674d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 10.4.5 (2021-02-24)
+
+* fix: loosen up our @readme/variable peerDep requirement (#79) ([5073b55](https://github.com/readmeio/syntax-highlighter/commit/5073b55)), closes [#79](https://github.com/readmeio/syntax-highlighter/issues/79)
+
+
+
## 10.4.4 (2021-02-05)
* style(codemirror): add highlight class (#78) ([ba8303e](https://github.com/readmeio/syntax-highlighter/commit/ba8303e)), closes [#78](https://github.com/readmeio/syntax-highlighter/issues/78)
diff --git a/package.json b/package.json
index 4c8ecc0..735c0fe 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@readme/syntax-highlighter",
"description": "ReadMe's React-based syntax highlighter",
- "version": "10.4.4",
+ "version": "10.4.5",
"main": "dist/index.node.js",
"browser": "dist/index.js",
"license": "ISC",