From 68bc720a1618455f95bc8015c961e197fae77968 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Sep 2023 02:45:18 +0000 Subject: [PATCH] chore(release): 1.16.7 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e3c674..912fb208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.16.7](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.16.6...1.16.7) (2023-09-24) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 5.2.9 to 5.2.10 ([c3191db](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/c3191db5ab7aef5e9b7a1305ae732fc75c89bc0f)) + + + ## [1.16.6](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.16.5...1.16.6) (2023-09-23) diff --git a/package.json b/package.json index 8bfe2363..a52b4269 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.16.6", + "version": "1.16.7", "engines": { "node": ">=16.0.0" },