Skip to content

Commit dd194dd

Browse files
committed
chore(release): 0.7.1 [skip ci]
1 parent 04bd66d commit dd194dd

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.7.1](https://github.com/salesforcecli/plugin-dev/compare/0.7.0...0.7.1) (2023-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* 2pp plugin tests ([4a0e043](https://github.com/salesforcecli/plugin-dev/commit/4a0e043d5ad11d4562875eb7dea4e12736b23e56))
7+
* fixes all tests, message linting ([292e03d](https://github.com/salesforcecli/plugin-dev/commit/292e03d8134f2923191ddf7f991e71a6dc15c81b))
8+
* spelling ([ab63966](https://github.com/salesforcecli/plugin-dev/commit/ab63966cb4a1cdc86b980473bf544cdada92e64d))
9+
* update messages ([f328a87](https://github.com/salesforcecli/plugin-dev/commit/f328a877e3db0bdd28d435f0ba5fabd34e8b3172))
10+
11+
12+
113
# [0.7.0](https://github.com/salesforcecli/plugin-dev/compare/0.6.2...0.7.0) (2023-01-30)
214

315

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.0",
4+
"version": "0.7.1",
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)