From a2c4a264a0ff76eeaff4bcfbd8ba0d1369f62010 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 2 Nov 2024 11:44:07 +0000 Subject: [PATCH] chore(release): 1.20.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20dfea5..65b8f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.11](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.10...1.20.11) (2024-11-02) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.6.3 to 8.6.4 ([4f113eb](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/4f113ebf9aece473cd0e0f1321e646d3dd8cfc49)) + + + ## [1.20.10](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.9...1.20.10) (2024-10-27) diff --git a/package.json b/package.json index 7b1220f..64f76c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.20.10", + "version": "1.20.11", "engines": { "node": ">=18.0.0" },