From 6e21c8a98a49d043301b388adfd1d1abccfebc5b Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Tue, 8 Mar 2022 09:44:29 -0800 Subject: [PATCH] build: 8.5.0 release --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e5e5a4..b563b383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 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) +* chore(deps): bump eslint-config-prettier from 8.4.0 to 8.5.0 (#336) ([7ffc5f2](https://github.com/readmeio/eslint-config/commit/7ffc5f2)), closes [#336](https://github.com/readmeio/eslint-config/issues/336) +* chore(deps): bump eslint-plugin-jsdoc from 37.9.4 to 37.9.7 (#334) ([0f9a92d](https://github.com/readmeio/eslint-config/commit/0f9a92d)), closes [#334](https://github.com/readmeio/eslint-config/issues/334) +* chore(deps): bump eslint-plugin-react from 7.29.2 to 7.29.3 (#337) ([1ae12a3](https://github.com/readmeio/eslint-config/commit/1ae12a3)), closes [#337](https://github.com/readmeio/eslint-config/issues/337) +* chore(deps): bump eslint-plugin-testing-library from 5.0.5 to 5.0.6 (#335) ([ae70c56](https://github.com/readmeio/eslint-config/commit/ae70c56)), closes [#335](https://github.com/readmeio/eslint-config/issues/335) +* chore(deps): upgrading typescript eslint deps ([fcc5c72](https://github.com/readmeio/eslint-config/commit/fcc5c72)) +* docs: adding some badges to the readme ([592c754](https://github.com/readmeio/eslint-config/commit/592c754)) +* docs: moving some meta docs into the .github/ directory ([34665b6](https://github.com/readmeio/eslint-config/commit/34665b6)) + + + ## 8.4.4 (2022-03-01) * chore(deps): upgrading typescript plugins to support v4.6 ([7d7065f](https://github.com/readmeio/eslint-config/commit/7d7065f)) diff --git a/package-lock.json b/package-lock.json index 412ecf06..4391cc1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/eslint-config", - "version": "8.4.4", + "version": "8.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "8.4.4", + "version": "8.5.0", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.14.0", diff --git a/package.json b/package.json index 9499ad86..e1dbbb1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "8.4.4", + "version": "8.5.0", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ",