Skip to content

Commit 8958a14

Browse files
committed
chore(release): 1.9.2 [skip ci]
1 parent 81393a1 commit 8958a14

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [1.9.2](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/1.9.1...1.9.2) (2023-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid hitting project for metadata format when metadata is specified ([7252165](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/7252165130b284c7000a5122f7c7db3841454e0e))
7+
* deploy without project, empty changes deploys aren't error ([a88e154](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/a88e154c1ca5cbf150e78674cb464e6e6acf3437))
8+
* deploys don't require a project ([0b5b1d6](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/0b5b1d675d627ca6255ed18505f98d3549a7f42d))
9+
* late resolution of project because this.project is not available ([af5e66f](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/af5e66fc32db854fa3812a8bf198e9f8f7417462))
10+
* restore undefined, no-default zip-file-name ([5cb20fb](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/5cb20fbf87a883d24ec8e10de69754ac2e186379))
11+
* retrieve doesn't require STL or Project ([1c6d205](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/1c6d205cffa06d04b40b338053fd720fb7ec5bca))
12+
* return correct CS for "changes" deploys + nut ([74cf63f](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/74cf63ff63db667d8b70b4e878ca995ab5d53952))
13+
14+
15+
116
## [1.9.1](https://github.com/salesforcecli/plugin-deploy-retrieve/compare/1.9.0...1.9.1) (2023-05-16)
217

318

package.json

Lines changed: 2 additions & 2 deletions
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.9.1",
4+
"version": "1.9.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -270,4 +270,4 @@
270270
"output": []
271271
}
272272
}
273-
}
273+
}

0 commit comments

Comments
 (0)