Skip to content

Commit

Permalink
build: 8.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 17, 2021
1 parent 82a133d commit 6ede505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>8.1.1 (2021-12-17)</small>

* 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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 6ede505

Please sign in to comment.