Skip to content

Commit

Permalink
build: 8.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 14, 2021
1 parent d5d44b3 commit db4fe96
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## <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)
* chore: toggling dependabot back to monthly updates ([1c872fd](https://github.com/readmeio/eslint-config/commit/1c872fd))
* chore(deps): bump @typescript-eslint/eslint-plugin from 5.4.0 to 5.5.0 (#288) ([6090b47](https://github.com/readmeio/eslint-config/commit/6090b47)), closes [#288](https://github.com/readmeio/eslint-config/issues/288)
* chore(deps): bump @typescript-eslint/eslint-plugin from 5.5.0 to 5.6.0 (#290) ([0d48094](https://github.com/readmeio/eslint-config/commit/0d48094)), closes [#290](https://github.com/readmeio/eslint-config/issues/290)
* chore(deps): bump @typescript-eslint/parser from 5.4.0 to 5.5.0 (#287) ([41624a1](https://github.com/readmeio/eslint-config/commit/41624a1)), closes [#287](https://github.com/readmeio/eslint-config/issues/287)
* chore(deps): bump @typescript-eslint/parser from 5.5.0 to 5.6.0 (#289) ([e16bb79](https://github.com/readmeio/eslint-config/commit/e16bb79)), closes [#289](https://github.com/readmeio/eslint-config/issues/289)
* chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#285) ([0815b09](https://github.com/readmeio/eslint-config/commit/0815b09)), closes [#285](https://github.com/readmeio/eslint-config/issues/285)
* chore(deps): bump eslint-plugin-testing-library from 5.0.0 to 5.0.1 (#286) ([d537c20](https://github.com/readmeio/eslint-config/commit/d537c20)), closes [#286](https://github.com/readmeio/eslint-config/issues/286)



## <small>8.0.3 (2021-12-04)</small>

* fix: `default-param-last` in airbnb-base doesn't play with TS ([46b16ab](https://github.com/readmeio/eslint-config/commit/46b16ab))
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.3",
"version": "8.0.4",
"description": "ReadMe coding standards",
"main": "index.js",
"author": "Jon Ursenbach <[email protected]>",
Expand Down

0 comments on commit db4fe96

Please sign in to comment.