diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f17ee6..7ca6d56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.2.0 (2020-05-08) + +* feat: quote JS object properties consistently (#72) ([7ba1883](https://github.com/readmeio/eslint-config/commit/7ba1883)), closes [#72](https://github.com/readmeio/eslint-config/issues/72) [api-explorer#e357013](https://github.com/api-explorer/issues/e357013) +* docs: updating the changelog ([4410d0a](https://github.com/readmeio/eslint-config/commit/4410d0a)) + + + ## 2.1.0 (2020-05-04) * feat: enabling `jest/no-deprecated-functions` ([5f55aa6](https://github.com/readmeio/eslint-config/commit/5f55aa6)) diff --git a/package.json b/package.json index d56fef8f..2ab3d74e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "2.1.0", + "version": "2.2.0", "description": "ReadMe coding standards", "main": "index.js", "scripts": {