From 09560cc3ae10e0da2bc91ad97f8ae83d56924270 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 10 Aug 2024 11:44:04 +0000 Subject: [PATCH] chore(release): 1.20.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6b467..18fbd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.4](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.3...1.20.4) (2024-08-10) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.2.8 to 8.3.0 ([2aef063](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/2aef063f0865518c2b8153d448ee7ed2f6d530ce)) + + + ## [1.20.3](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.2...1.20.3) (2024-08-04) diff --git a/package.json b/package.json index f250d8c..3a5e173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.20.3", + "version": "1.20.4", "engines": { "node": ">=18.0.0" },