Skip to content

Commit 656f4de

Browse files
committed
chore(release): 0.7.5 [skip ci]
1 parent 6e769ab commit 656f4de

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.7.5](https://github.com/salesforcecli/plugin-dev/compare/0.7.4...0.7.5) (2023-05-05)
2+
3+
4+
### Bug Fixes
5+
6+
* add convert:script command, starting to clean it up ([e88ca94](https://github.com/salesforcecli/plugin-dev/commit/e88ca947fd01a6be2cb877d3480021890bf2228f))
7+
* edit messages for new "dev convert script" command ([674ac9a](https://github.com/salesforcecli/plugin-dev/commit/674ac9a35dcecfda34d190ba1b3c2c47834e9f10))
8+
* thanks Pete - loading information from 'this.config' ([0d12dd8](https://github.com/salesforcecli/plugin-dev/commit/0d12dd8d59af20f670dd56c937d24aa242017680))
9+
10+
11+
112
## [0.7.4](https://github.com/salesforcecli/plugin-dev/compare/0.7.3...0.7.4) (2023-04-29)
213

314

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-dev",
33
"description": "commands for sf plugin development",
4-
"version": "0.7.4",
4+
"version": "0.7.5",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -143,4 +143,4 @@
143143
"publishConfig": {
144144
"access": "public"
145145
}
146-
}
146+
}

0 commit comments

Comments
 (0)