From 3e5e7311a42672aa888c2a6b88bcf25ab52557da Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 18 May 2024 11:44:17 +0000 Subject: [PATCH] chore(release): 1.18.4 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eaf55d..f9b2a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.18.4](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.3...1.18.4) (2024-05-18) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 7.3.1 to 7.3.8 ([aedb2dd](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/aedb2ddef7488f52a906b11b1b212c8f3e71720c)) + + + ## [1.18.3](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.2...1.18.3) (2024-04-28) diff --git a/package.json b/package.json index 24b112f..4c4a9b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.18.3", + "version": "1.18.4", "engines": { "node": ">=18.0.0" },