From b77c0d7be726d47a2916804bd74cdeb465ba06c0 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 15 Jun 2024 11:44:19 +0000 Subject: [PATCH] chore(release): 1.18.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 a4753e7..63ed0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.18.7](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.6...1.18.7) (2024-06-15) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.9 to 7.4.1 ([a23d2ba](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/a23d2babbc82a722b21903d17230524b2600a237)) + + + ## [1.18.6](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.5...1.18.6) (2024-06-13) diff --git a/package.json b/package.json index cdd2f42..fe57763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.18.6", + "version": "1.18.7", "engines": { "node": ">=18.0.0" },