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