diff --git a/CHANGELOG.md b/CHANGELOG.md
index 241c117d..424f0d2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 8.1.1 (2021-12-17)
+
+* fix: tweaking the `import/no-anonymous-default-export` rule ([82a133d](https://github.com/readmeio/eslint-config/commit/82a133d))
+
+
+
## 8.1.0 (2021-12-17)
* feat: enabling `import/no-anonymous-default-export` (#292) ([eab7e5d](https://github.com/readmeio/eslint-config/commit/eab7e5d)), closes [#292](https://github.com/readmeio/eslint-config/issues/292)
diff --git a/package-lock.json b/package-lock.json
index 312b4b60..1795c291 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@readme/eslint-config",
- "version": "8.1.0",
+ "version": "8.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@readme/eslint-config",
- "version": "8.1.0",
+ "version": "8.1.1",
"license": "ISC",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
diff --git a/package.json b/package.json
index 61eb5a14..99321da5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@readme/eslint-config",
- "version": "8.1.0",
+ "version": "8.1.1",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach ",