diff --git a/CHANGELOG.md b/CHANGELOG.md index 922c4c6..c89a950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.18.10](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.9...1.18.10) (2024-06-30) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.0.3 to 8.1.0 ([2595a7b](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/2595a7b4594678273ea82e1bfbe6a1322bd2c885)) + + + ## [1.18.9](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.8...1.18.9) (2024-06-22) diff --git a/package.json b/package.json index 3e6efc1..bddbae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.18.9", + "version": "1.18.10", "engines": { "node": ">=18.0.0" },