From abb04176b4d99c5328c7bb4dfbdf7cd9b48420bb Mon Sep 17 00:00:00 2001 From: Alex Bradley Date: Thu, 11 Dec 2025 10:19:02 -0500 Subject: [PATCH] 2.0.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d8f3b0..adc1f98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopify/shopify_function", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopify/shopify_function", - "version": "2.0.0", + "version": "2.0.1", "license": "Apache-2.0", "dependencies": { "@graphql-codegen/cli": "5.0.6", diff --git a/package.json b/package.json index f15cfcd..20ea53d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "@shopify:registry": "https://registry.npmjs.org/" }, - "version": "2.0.0", + "version": "2.0.1", "description": "", "main": "index.ts", "keywords": [],