diff --git a/CHANGELOG.md b/CHANGELOG.md index 215fcec..775da06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.1](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.0...1.20.1) (2024-07-28) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.2.1 to 8.2.3 ([7c524c7](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/7c524c789730693c94fe3fd0532f526de740695d)) + + + # [1.20.0](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.19.1...1.20.0) (2024-07-26) diff --git a/package.json b/package.json index 86e012c..b36cb72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.20.0", + "version": "1.20.1", "engines": { "node": ">=18.0.0" },