diff --git a/migrations/1.47.0/.gitkeep b/migrations/1.47.0/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d diff --git a/migrations/package-lock.json b/migrations/package-lock.json index bf75682e18c..84b031b3b22 100644 --- a/migrations/package-lock.json +++ b/migrations/package-lock.json @@ -1,12 +1,12 @@ { "name": "@raycast/migration", - "version": "1.46.0", + "version": "1.47.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@raycast/migration", - "version": "1.46.0", + "version": "1.47.0", "license": "MIT", "dependencies": { "jscodeshift": "^0.13.1", diff --git a/migrations/package.json b/migrations/package.json index 1583b02ad67..c3012aaa5a8 100644 --- a/migrations/package.json +++ b/migrations/package.json @@ -1,6 +1,6 @@ { "name": "@raycast/migration", - "version": "1.46.0", + "version": "1.47.0", "description": "Tool to automate the migration to a newer version of the @raycast/api", "main": "index.js", "bin": "./bin/migrate.js",