diff --git a/CHANGELOG.md b/CHANGELOG.md index a4753e7..63ed0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.18.7](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.6...1.18.7) (2024-06-15) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.9 to 7.4.1 ([a23d2ba](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/a23d2babbc82a722b21903d17230524b2600a237)) + + + ## [1.18.6](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.5...1.18.6) (2024-06-13) diff --git a/package.json b/package.json index cdd2f42..fe57763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.18.6", + "version": "1.18.7", "engines": { "node": ">=18.0.0" },