Skip to content

Commit

Permalink
build: 8.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 17, 2021
1 parent eab7e5d commit ce10092
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 @@
## 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)



## <small>8.0.4 (2021-12-14)</small>

* feat: loosening up the npm engine requirements to easily allow npm@8 (#291) ([d5d44b3](https://github.com/readmeio/eslint-config/commit/d5d44b3)), closes [#291](https://github.com/readmeio/eslint-config/issues/291)
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.0.4",
"version": "8.1.0",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach <[email protected]>",
Expand Down

0 comments on commit ce10092

Please sign in to comment.