Skip to content

Commit 4244696

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.1.2 [ci skip]
1 parent 7fbd0da commit 4244696

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.1.2](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.1.1...v1.1.2) (2022-03-16)
6+
7+
### Bug Fixes
8+
9+
- update all deps ([7fbd0da](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/7fbd0da59333c85c4d25731b3ea23a37b2c7aaf5))
10+
511
### [1.1.1](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/v1.1.0...v1.1.1) (2022-03-01)
612

713
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ EXAMPLES
108108
$ sf deploy --interactive
109109
```
110110

111-
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.1.0/src/commands/deploy.ts)_
111+
_See code: [src/commands/deploy.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/v1.1.1/src/commands/deploy.ts)_
112112

113113
## `sf deploy metadata`
114114

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

0 commit comments

Comments
 (0)