From fc2d6d8f4174265aafc83d5c175d5b2c18bb2db5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 29 Mar 2024 17:28:48 +0000 Subject: [PATCH] chore(release): 1.17.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760d80d..6805d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.5](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.4...1.17.5) (2024-03-29) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 6.7.0 to 6.7.3 ([d136933](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/d1369330f9c5722926d02bf117fe20c0390a1898)) + + + ## [1.17.4](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.3...1.17.4) (2024-03-02) diff --git a/package.json b/package.json index 33182a0..c11d97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.17.4", + "version": "1.17.5", "engines": { "node": ">=16.0.0" },