diff --git a/package-lock.json b/package-lock.json index ba4dc6a..53a3705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopify/shopify_function", - "version": "2.0.0-rc.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopify/shopify_function", - "version": "2.0.0-rc.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@graphql-codegen/cli": "5.0.5", diff --git a/package.json b/package.json index b5ee65f..f00a6df 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "@shopify:registry": "https://registry.npmjs.org/" }, - "version": "2.0.0-rc.0", + "version": "2.0.0", "description": "", "main": "index.ts", "keywords": [],