diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e3c674..912fb208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.16.7](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.16.6...1.16.7) (2023-09-24) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 5.2.9 to 5.2.10 ([c3191db](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/c3191db5ab7aef5e9b7a1305ae732fc75c89bc0f)) + + + ## [1.16.6](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.16.5...1.16.6) (2023-09-23) diff --git a/package.json b/package.json index 8bfe2363..a52b4269 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.16.6", + "version": "1.16.7", "engines": { "node": ">=16.0.0" },