From 0157c09c0bd1d8bddfa2e9e0a6214144260259b4 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 6 Jan 2024 11:44:19 +0000 Subject: [PATCH] chore(release): 1.17.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc62bd1..fd11e7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.1](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.17.0...1.17.1) (2024-01-06) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 6.4.0 to 6.4.4 ([95a711b](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/95a711b3bcccc0c3c66bbbfdce338f08a961308a)) + + + # [1.17.0](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.16.16-qa.0...1.17.0) (2023-12-14) diff --git a/package.json b/package.json index 4fee19f9..6aa868aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.17.0", + "version": "1.17.1", "engines": { "node": ">=16.0.0" },