From 08cf6f5c3b2bef013d41d60b5926acb4e4ee6178 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 16 Nov 2024 11:44:21 +0000 Subject: [PATCH] chore(release): 1.20.12 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b8f86..37c58c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.12](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.11...1.20.12) (2024-11-16) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.6.4 to 8.8.0 ([853298c](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/853298c873f1a52b0147ae943c33a4392cda7567)) + + + ## [1.20.11](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.10...1.20.11) (2024-11-02) diff --git a/package.json b/package.json index 17a7666..ac6f359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.20.11", + "version": "1.20.12", "engines": { "node": ">=18.0.0" },