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 7b74827 commit 6e717f9Copy full SHA for 6e717f9
.changeset/brave-zoos-boil.md
packages/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @codeshift/cli
2
3
+## 0.7.4
4
+
5
+### Patch Changes
6
7
+- 276e5bb: Return if list finds an invalid package
8
9
## 0.7.3
10
11
### Patch Changes
packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@codeshift/cli",
- "version": "0.7.3",
+ "version": "0.7.4",
"main": "dist/codeshift-cli.cjs.js",
"module": "dist/codeshift-cli.esm.js",
"types": "dist/codeshift-cli.cjs.d.ts",
0 commit comments