From b1315550f4027ef2cdcbfbb20f247b6a711f2904 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Nov 2024 03:02:28 +0000 Subject: [PATCH] chore(release): 1.20.13 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c58c3..08f4ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.13](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.12...1.20.13) (2024-11-17) + + +### Bug Fixes + +* **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([09a2820](https://github.com/salesforcecli/eslint-plugin-sf-plugin/commit/09a28202b1302eab2beb7242b44fce8ab9183c45)) + + + ## [1.20.12](https://github.com/salesforcecli/eslint-plugin-sf-plugin/compare/1.20.11...1.20.12) (2024-11-16) diff --git a/package.json b/package.json index ac6f359..bbaae79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-sf-plugin", - "version": "1.20.12", + "version": "1.20.13", "engines": { "node": ">=18.0.0" },