From c5ce8822af0fa0a3e684a739b027c3e8d368323c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 1 Oct 2023 02:45:09 +0000 Subject: [PATCH] chore(release): 1.16.8 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 912fb208..31dc79a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.16.8](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.16.7...1.16.8) (2023-10-01) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 5.2.10 to 5.3.1 ([257724e](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/257724e24216ba707bee708cb5c55a140c9bf326)) + + + ## [1.16.7](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.16.6...1.16.7) (2023-09-24) diff --git a/package.json b/package.json index 35f464f7..d62e7f46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.16.7", + "version": "1.16.8", "engines": { "node": ">=16.0.0" },