From 9e4b0ccb72bee7adfeaa066cc10c0e5df84513e2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 4 Aug 2024 05:44:12 +0000 Subject: [PATCH] chore(release): 1.20.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33278b3..bf6b467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.3](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.2...1.20.3) (2024-08-04) + + +### Bug Fixes + +* **deps:** bump @typescript-eslint/utils from 7.17.0 to 7.18.0 ([32329c1](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/32329c114d8803ef43296709a7ae0d7953e3236b)) + + + ## [1.20.2](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.1...1.20.2) (2024-08-04) diff --git a/package.json b/package.json index 79b6462..4e1dba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.20.2", + "version": "1.20.3", "engines": { "node": ">=18.0.0" },