We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc792dd commit d7637b1Copy full SHA for d7637b1
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.7.8](https://github.com/salesforcecli/plugin-dev/compare/0.7.7...0.7.8) (2023-06-02)
2
+
3
4
+### Bug Fixes
5
6
+* fix NUTs because topics changed ([#330](https://github.com/salesforcecli/plugin-dev/issues/330)) ([fc792dd](https://github.com/salesforcecli/plugin-dev/commit/fc792dda0daa9bea789b00f01f033a4bd623b6e5))
7
8
9
10
## [0.7.7](https://github.com/salesforcecli/plugin-dev/compare/0.7.6...0.7.7) (2023-05-13)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-dev",
"description": "commands for sf plugin development",
- "version": "0.7.7",
+ "version": "0.7.8",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
@@ -245,4 +245,4 @@
245
"output": []
246
}
247
248
-}
+}
0 commit comments