diff --git a/CHANGELOG.md b/CHANGELOG.md index 33278b3..bf6b467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.3](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.2...1.20.3) (2024-08-04) + + +### Bug Fixes + +* **deps:** bump @typescript-eslint/utils from 7.17.0 to 7.18.0 ([32329c1](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/32329c114d8803ef43296709a7ae0d7953e3236b)) + + + ## [1.20.2](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.1...1.20.2) (2024-08-04) diff --git a/package.json b/package.json index 79b6462..4e1dba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.20.2", + "version": "1.20.3", "engines": { "node": ">=18.0.0" },