Skip to content

Commit 0bc04e5

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.4.2 [ci skip]
1 parent 43e7015 commit 0bc04e5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.4.2](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.4.1...v1.4.2) (2022-05-04)
6+
7+
### Bug Fixes
8+
9+
- only call start once ([#258](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/258)) ([43e7015](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/43e7015bde1ec0d7cdbb2f219f5c68dd4948a038))
10+
511
### [1.4.1](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.4.0...v1.4.1) (2022-05-04)
612

713
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ EXAMPLES
113113
$ sf deploy --interactive
114114
```
115115

116-
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.4.0/src/commands/deploy.ts)_
116+
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.4.1/src/commands/deploy.ts)_
117117

118118
## `sf deploy metadata`
119119

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-deploy-retrieve",
33
"description": "deploy and retrieve commands for sf",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)