diff --git a/CHANGELOG.md b/CHANGELOG.md
index b563b383..1c70c59a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 8.5.1 (2022-03-10)
+
+* feat: tweaking our use of the `no-use-before-define` rule in TS (#338) ([fc82044](https://github.com/readmeio/eslint-config/commit/fc82044)), closes [#338](https://github.com/readmeio/eslint-config/issues/338)
+
+
+
## 8.5.0 (2022-03-08)
* chore(deps): bump actions/checkout from 2.4.0 to 3 (#333) ([59365da](https://github.com/readmeio/eslint-config/commit/59365da)), closes [#333](https://github.com/readmeio/eslint-config/issues/333)
diff --git a/package-lock.json b/package-lock.json
index 4391cc1c..27e2884f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@readme/eslint-config",
- "version": "8.5.0",
+ "version": "8.5.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@readme/eslint-config",
- "version": "8.5.0",
+ "version": "8.5.1",
"license": "ISC",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.14.0",
diff --git a/package.json b/package.json
index e1dbbb1f..380d6f44 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@readme/eslint-config",
- "version": "8.5.0",
+ "version": "8.5.1",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach ",