Skip to content

Commit a73819d

Browse files
committed
chore(release): 0.7.6 [skip ci]
1 parent 46ac85e commit a73819d

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.7.6](https://github.com/salesforcecli/plugin-dev/compare/0.7.5...0.7.6) (2023-05-06)
2+
3+
4+
### Bug Fixes
5+
6+
* use current message loading practices ([ed6d7e5](https://github.com/salesforcecli/plugin-dev/commit/ed6d7e5f4e671e0842d779c6e3c89878035c8eb2))
7+
* use wireit style for yarn lint fix ([3befb2f](https://github.com/salesforcecli/plugin-dev/commit/3befb2ffa0d065788ed50975ec9e02afa33af7c4))
8+
* we don't import individual messages anymore ([4a92a2f](https://github.com/salesforcecli/plugin-dev/commit/4a92a2f49f237d6e6a600af4a4d2210724876d8c))
9+
* windows flag generation bug ([d0ddbb3](https://github.com/salesforcecli/plugin-dev/commit/d0ddbb3b4738b02769820c3fdf88dc8cb21e7140))
10+
11+
12+
### Reverts
13+
14+
* Revert "chore: back to node16 maybe" ([8746991](https://github.com/salesforcecli/plugin-dev/commit/8746991556adc680f6be46fb21255a2d56e7065c))
15+
16+
17+
118
## [0.7.5](https://github.com/salesforcecli/plugin-dev/compare/0.7.4...0.7.5) (2023-05-05)
219

320

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.5",
4+
"version": "0.7.6",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -245,4 +245,4 @@
245245
"output": []
246246
}
247247
}
248-
}
248+
}

0 commit comments

Comments
 (0)