From 99fd05da31e57467e2cf886d49747b33833a853b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 2 Mar 2024 11:44:15 +0000 Subject: [PATCH] chore(release): 1.17.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 415601f..760d80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.4](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.3...1.17.4) (2024-03-02) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 6.5.1 to 6.7.0 ([e1a8b58](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/e1a8b5808d0ea4739e31998bdb371d0bae2a5b72)) + + + ## [1.17.3](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.2...1.17.3) (2024-02-03) diff --git a/package.json b/package.json index befb32b..c4cd978 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.17.3", + "version": "1.17.4", "engines": { "node": ">=16.0.0" },