Skip to content

Commit 66d5e8d

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.5.1 [ci skip]
1 parent 0fb2517 commit 66d5e8d

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.5.1](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.5.0...v1.5.1) (2022-06-28)
6+
7+
### Bug Fixes
8+
9+
- move missing message ([0fb2517](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/0fb2517fb48d3e30a73ddf297a0d2313cdec26da))
10+
511
## [1.5.0](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.4.3...v1.5.0) (2022-06-23)
612

713
### Features

README.md

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

118-
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.4.3/src/commands/deploy.ts)_
118+
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.5.0/src/commands/deploy.ts)_
119119

120120
## `sf deploy metadata`
121121

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.5.0",
4+
"version": "1.5.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)