diff --git a/CHANGELOG.md b/CHANGELOG.md index 6805d39..d1de9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.18.0](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.5...1.18.0) (2024-04-10) + + +### Features + +* sfdx-core 7 ([4dd5f65](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/4dd5f65a5d59619a3d6d91530208598c657d5d69)) + + + ## [1.17.5](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.4...1.17.5) (2024-03-29) diff --git a/package.json b/package.json index 1fd7a97..15452d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.17.5", + "version": "1.18.0", "engines": { "node": ">=18.0.0" },