diff --git a/migrations/1.67.0/.gitkeep b/migrations/1.67.0/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d diff --git a/migrations/package-lock.json b/migrations/package-lock.json index 4e86bc2a345..31a98c6f246 100644 --- a/migrations/package-lock.json +++ b/migrations/package-lock.json @@ -1,12 +1,12 @@ { "name": "@raycast/migration", - "version": "1.66.0", + "version": "1.67.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@raycast/migration", - "version": "1.66.0", + "version": "1.67.0", "license": "MIT", "dependencies": { "jscodeshift": "^0.15.0", diff --git a/migrations/package.json b/migrations/package.json index 09dbf83cde4..9c180e0906b 100644 --- a/migrations/package.json +++ b/migrations/package.json @@ -1,6 +1,6 @@ { "name": "@raycast/migration", - "version": "1.66.0", + "version": "1.67.0", "description": "Tool to automate the migration to a newer version of the @raycast/api", "main": "index.js", "bin": "./bin/migrate.js",