From 6b1258fd5c3d54d1488d3de2c2025deea0eca551 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 17 Oct 2023 02:45:36 +0000 Subject: [PATCH] chore(release): 2.10.41 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3fb5662..64476f44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.10.41](https://github.com/salesforcecli/plugin-source/compare/2.10.40...2.10.41) (2023-10-17) + +### Bug Fixes + +- **deps:** bump @babel/traverse from 7.20.1 to 7.23.2 ([#975](https://github.com/salesforcecli/plugin-source/issues/975)) ([a0374d6](https://github.com/salesforcecli/plugin-source/commit/a0374d6aca233d7cb3c94d0f780a71758c99ee81)) + ## [2.10.40](https://github.com/salesforcecli/plugin-source/compare/2.10.39...2.10.40) (2023-10-07) ### Bug Fixes diff --git a/package.json b/package.json index 52ba38a43..d5c5bf5fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-source", "description": "Commands to interact with source formatted metadata", - "version": "2.10.40", + "version": "2.10.41", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",