From 6388f21b4bcc4c5ca707aebbf2d23b8f95e65708 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Thu, 10 Dec 2020 11:27:39 -0800 Subject: [PATCH] build: 3.8.0 release --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d5fe0e..d4ee8091 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.8.0 (2020-12-10) + +* style: fixing some style issues ([587ea4c](https://github.com/readmeio/eslint-config/commit/587ea4c)) +* add lodash scoped styling rule ([fc2043f](https://github.com/readmeio/eslint-config/commit/fc2043f)) +* chore(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#166) ([cadf9d0](https://github.com/readmeio/eslint-config/commit/cadf9d0)), closes [#166](https://github.com/readmeio/eslint-config/issues/166) +* chore(deps-dev): bump prettier from 2.2.0 to 2.2.1 (#162) ([ec2aca0](https://github.com/readmeio/eslint-config/commit/ec2aca0)), closes [#162](https://github.com/readmeio/eslint-config/issues/162) +* chore(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#163) ([0e2a3d3](https://github.com/readmeio/eslint-config/commit/0e2a3d3)), closes [#163](https://github.com/readmeio/eslint-config/issues/163) +* chore(deps): bump eslint-plugin-prettier from 3.1.4 to 3.2.0 (#165) ([22a3aca](https://github.com/readmeio/eslint-config/commit/22a3aca)), closes [#165](https://github.com/readmeio/eslint-config/issues/165) + + + ## 3.7.1 (2020-11-27) * fix: making eslint-plugin-react-hooks a hard dep ([caba016](https://github.com/readmeio/eslint-config/commit/caba016)) diff --git a/package.json b/package.json index 23dee507..12585df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "3.7.1", + "version": "3.8.0", "description": "ReadMe coding standards", "main": "index.js", "scripts": {