From 2bdb8fee8fa84dac9db4d369eb67439ec80d1a32 Mon Sep 17 00:00:00 2001
From: svc-cli-bot <svc_cli_bot@salesforce.com>
Date: Tue, 17 Oct 2023 02:45:01 +0000
Subject: [PATCH] chore(release): 1.4.35 [skip ci]

---
 CHANGELOG.md |  6 ++++++
 README.md    | 14 +++++++-------
 package.json |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 106e815c..e8158aad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [1.4.35](https://github.com/salesforcecli/plugin-settings/compare/1.4.34...1.4.35) (2023-10-17)
+
+### Bug Fixes
+
+- **deps:** bump @babel/traverse from 7.21.2 to 7.23.2 ([6c74a23](https://github.com/salesforcecli/plugin-settings/commit/6c74a23f51377dd12b854459ecf7756984a8d0d6))
+
 ## [1.4.34](https://github.com/salesforcecli/plugin-settings/compare/1.4.33...1.4.34) (2023-10-16)
 
 ### Bug Fixes
diff --git a/README.md b/README.md
index 144c83d9..4a74eda8 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ EXAMPLES
     $ sf alias list
 ```
 
-_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/alias/list.ts)_
+_See code: [src/commands/alias/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/list.ts)_
 
 ## `sf alias set`
 
@@ -155,7 +155,7 @@ EXAMPLES
     $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
 ```
 
-_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/alias/set.ts)_
+_See code: [src/commands/alias/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/set.ts)_
 
 ## `sf alias unset`
 
@@ -194,7 +194,7 @@ EXAMPLES
     $ sf alias unset --all [--no-prompt]
 ```
 
-_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/alias/unset.ts)_
+_See code: [src/commands/alias/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/alias/unset.ts)_
 
 ## `sf config get`
 
@@ -231,7 +231,7 @@ EXAMPLES
     $ sf config get target-org api-version --verbose
 ```
 
-_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/get.ts)_
+_See code: [src/commands/config/get.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/get.ts)_
 
 ## `sf config list`
 
@@ -270,7 +270,7 @@ EXAMPLES
     $ sf config list
 ```
 
-_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/list.ts)_
+_See code: [src/commands/config/list.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/list.ts)_
 
 ## `sf config set`
 
@@ -327,7 +327,7 @@ EXAMPLES
     $ sf config set --global target-org=my-scratch-org target-dev-hub=my-dev-hub
 ```
 
-_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/set.ts)_
+_See code: [src/commands/config/set.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/set.ts)_
 
 ## `sf config unset`
 
@@ -365,6 +365,6 @@ EXAMPLES
     $ sf config unset target-org api-version --global
 ```
 
-_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.34/src/commands/config/unset.ts)_
+_See code: [src/commands/config/unset.ts](https://github.com/salesforcecli/plugin-settings/blob/1.4.35/src/commands/config/unset.ts)_
 
 <!-- commandsstop -->
diff --git a/package.json b/package.json
index 21a8a5e9..50489e3f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@salesforce/plugin-settings",
   "description": "configure the Salesforce CLI",
-  "version": "1.4.34",
+  "version": "1.4.35",
   "author": "Salesforce",
   "bugs": "https://github.com/forcedotcom/cli/issues",
   "dependencies": {