From 89c9c1c04110ddc38affa54c0278b980650a55e1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 22 Jun 2024 11:44:01 +0000 Subject: [PATCH] chore(release): 1.18.9 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1ea8c..922c4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.18.9](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.8...1.18.9) (2024-06-22) + + +### Bug Fixes + +* **deps:** bump @salesforce/core from 8.0.1 to 8.0.3 ([fb306c3](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/fb306c339b5944c1293f2c8d1047bc4c21b7d58b)) + + + ## [1.18.8](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.18.7...1.18.8) (2024-06-19) diff --git a/package.json b/package.json index 778c387..e54a947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.18.8", + "version": "1.18.9", "engines": { "node": ">=18.0.0" },