diff --git a/CHANGELOG.md b/CHANGELOG.md index ced074c4..2fe2f644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.5.2](https://github.com/dhis2/cli-style/compare/v10.5.1...v10.5.2) (2024-05-06) + + +### Bug Fixes + +* add missing dep for eslint-plugin-react-hooks ([#465](https://github.com/dhis2/cli-style/issues/465)) ([8eb105e](https://github.com/dhis2/cli-style/commit/8eb105e14b3bedbd5fc41887a1e36bc6e6d208cc)) + ## [10.5.1](https://github.com/dhis2/cli-style/compare/v10.5.0...v10.5.1) (2022-12-20) diff --git a/package.json b/package.json index 8bec08de..9c7df486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/cli-style", - "version": "10.5.1", + "version": "10.5.2", "description": "The code and commit style for DHIS2.", "repository": { "type": "git",