diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fe598..cedd944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/wfcd/eslint-config/compare/v1.0.2...v1.1.0) (2022-03-29) + + +### Features + +* **style:** add prettier configs ([b8611e3](https://github.com/wfcd/eslint-config/commit/b8611e3b4f16636c90840bf103655712ad80b4ff)) + ## [1.0.2](https://github.com/wfcd/eslint-config/compare/v1.0.1...v1.0.2) (2022-03-27) diff --git a/package.json b/package.json index 651ad26..f79ee0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.0.2", + "version": "1.1.0", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "exit 0",