diff --git a/CHANGELOG.md b/CHANGELOG.md index 760d80d..6805d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.5](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.4...1.17.5) (2024-03-29) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 6.7.0 to 6.7.3 ([d136933](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/d1369330f9c5722926d02bf117fe20c0390a1898)) + + + ## [1.17.4](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.3...1.17.4) (2024-03-02) diff --git a/package.json b/package.json index 33182a0..c11d97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.17.4", + "version": "1.17.5", "engines": { "node": ">=16.0.0" },