diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7ea119..fd01d68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.2.1 (2020-06-15) + +* chore(deps): bump actions/checkout from v1 to v2.2.0 (#88) ([36a4d85](https://github.com/readmeio/eslint-config/commit/36a4d85)), closes [#88](https://github.com/readmeio/eslint-config/issues/88) +* chore(deps): bump actions/setup-node from v1 to v2.0.0 (#87) ([317a228](https://github.com/readmeio/eslint-config/commit/317a228)), closes [#87](https://github.com/readmeio/eslint-config/issues/87) +* chore(deps): bump eslint-plugin-import from 2.21.1 to 2.21.2 (#89) ([edd4d82](https://github.com/readmeio/eslint-config/commit/edd4d82)), closes [#89](https://github.com/readmeio/eslint-config/issues/89) +* chore(deps): bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (#90) ([ade744c](https://github.com/readmeio/eslint-config/commit/ade744c)), closes [#90](https://github.com/readmeio/eslint-config/issues/90) + + + ## 3.2.0 (2020-06-09) * feat: toggling `require-await` on the `testing` config ([283dfa3](https://github.com/readmeio/eslint-config/commit/283dfa3)) diff --git a/package.json b/package.json index 6bb69f5b..d4c7f6aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "3.2.0", + "version": "3.2.1", "description": "ReadMe coding standards", "main": "index.js", "scripts": {