diff --git a/.changeset/real-paths-knock.md b/.changeset/real-paths-knock.md deleted file mode 100644 index 390fad5..0000000 --- a/.changeset/real-paths-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify_function": patch ---- - -fix pnpm graphql package duplication diff --git a/.changeset/sharp-buttons-help.md b/.changeset/sharp-buttons-help.md deleted file mode 100644 index b5b3870..0000000 --- a/.changeset/sharp-buttons-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shopify/shopify_function": major ---- - -Using javy v2 globals for MsgPack IO diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8e2a86f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# @shopify/shopify_function + +## 3.0.0 + +### Major Changes + +- 5f50f0a: Using javy v2 globals for MsgPack IO + +### Patch Changes + +- 82b181d: fix pnpm graphql package duplication diff --git a/package.json b/package.json index 20ea53d..42351ff 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "access": "public", "@shopify:registry": "https://registry.npmjs.org/" }, - "version": "2.0.1", + "version": "3.0.0", "description": "", "main": "index.ts", "keywords": [],