diff --git a/CHANGELOG.md b/CHANGELOG.md index 24926ffe..96cab245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.0 (2020-03-22) + +* feat: exporting our prettier config (#58) ([8d3fa61](https://github.com/readmeio/eslint-config/commit/8d3fa61)), closes [#58](https://github.com/readmeio/eslint-config/issues/58) + + + ## 1.16.0 (2020-03-16) * chore(deps): [security] bump acorn from 7.1.0 to 7.1.1 (#55) ([f8bf59f](https://github.com/readmeio/eslint-config/commit/f8bf59f)), closes [#55](https://github.com/readmeio/eslint-config/issues/55) diff --git a/package.json b/package.json index 6de7fd17..4346a5db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "1.16.0", + "version": "2.0.0", "description": "ReadMe coding standards", "main": "index.js", "scripts": {