diff --git a/CHANGELOG.md b/CHANGELOG.md index f02f39a..f4fe598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/wfcd/eslint-config/compare/v1.0.1...v1.0.2) (2022-03-27) + + +### Bug Fixes + +* thinner package ([329036d](https://github.com/wfcd/eslint-config/commit/329036d29cb8261bfed79bd2e06e890d1cf81508)) + ## [1.0.1](https://github.com/wfcd/eslint-config/compare/v1.0.0...v1.0.1) (2022-03-27) diff --git a/package.json b/package.json index a8077d9..51bdd03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.0.1", + "version": "1.0.2", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "exit 0",