From ab2fcd38a75866d33e1275e15bd7c97fd316e132 Mon Sep 17 00:00:00 2001 From: mathieudutour Date: Wed, 7 Feb 2024 14:50:13 +0100 Subject: [PATCH] Add migration for 1.67 --- migrations/1.67.0/.gitkeep | 0 migrations/package-lock.json | 4 ++-- migrations/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 migrations/1.67.0/.gitkeep diff --git a/migrations/1.67.0/.gitkeep b/migrations/1.67.0/.gitkeep new file mode 100644 index 0000000000000..e69de29bb2d1d diff --git a/migrations/package-lock.json b/migrations/package-lock.json index 4e86bc2a34553..31a98c6f246b7 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 09dbf83cde47f..9c180e0906be4 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",