From 7e84c88ce7c37d3e5f312926a870b170808d472f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 28 Sep 2023 02:45:36 +0000 Subject: [PATCH] chore(release): 2.10.37 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efc3998b..0f7251bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.10.37](https://github.com/salesforcecli/plugin-source/compare/2.10.36...2.10.37) (2023-09-28) + +### Bug Fixes + +- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([#957](https://github.com/salesforcecli/plugin-source/issues/957)) ([bce4385](https://github.com/salesforcecli/plugin-source/commit/bce4385c9f9a4d7b559733ba1e7c690bf24a7dc0)) + ## [2.10.36](https://github.com/salesforcecli/plugin-source/compare/2.10.35...2.10.36) (2023-09-23) ### Bug Fixes diff --git a/package.json b/package.json index d3eea6bd1..1399e9fb2 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.36", + "version": "2.10.37", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",