We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848b860 commit 4c73c62Copy full SHA for 4c73c62
packages/util-package-diff/HISTORY.md
@@ -1,5 +1,8 @@
1
# History
2
3
+## 0.0.2 (2022-10-20)
4
+ * BUG: try and fix how the cli tool is called
5
+
6
## 0.0.1 (2022-10-20)
7
* Initial commit
8
* Experimental version, no tests yet
packages/util-package-diff/package.json
@@ -1,6 +1,6 @@
{
"name": "@springernature/util-package-diff",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "visual diff between two elements packages on a local server",
"main": "lib/index.js",
"bin": "bin/cli.js",
0 commit comments