diff --git a/CHANGELOG.md b/CHANGELOG.md index 3393ddb..6021956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [5.0.1](https://github.com/uphold/eslint-config-uphold/releases/tag/5.0.1) (2023-09-19) +- Fix eslint plugin being a dev dependency [\#71](https://github.com/uphold/eslint-config-uphold/pull/71) ([JoaoOliveiraRocha](https://github.com/JoaoOliveiraRocha)) + ## [5.0.0](https://github.com/uphold/eslint-config-uphold/releases/tag/5.0.0) (2023-09-19) - Add sorting keys during object destructuring [\#70](https://github.com/uphold/eslint-config-uphold/pull/70) ([JoaoOliveiraRocha](https://github.com/JoaoOliveiraRocha)) - Bump all dependencies [\#67](https://github.com/uphold/eslint-config-uphold/pull/67) ([diogotorres97](https://github.com/diogotorres97)) diff --git a/package.json b/package.json index 15a4ed9..6f0f341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-uphold", - "version": "5.0.0", + "version": "5.0.1", "description": "Uphold-flavored ESLint config", "keywords": [ "config",