diff --git a/CHANGELOG.md b/CHANGELOG.md index a769359..6d66c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/9to5/urql-absinthe-upload-exchange/compare/v1.1.0...v1.2.0) (2024-09-11) + + +### Features + +* **release:** trigger release ([a86b87c](https://github.com/9to5/urql-absinthe-upload-exchange/commit/a86b87c116e1cc6598d48e19a94baeda05e44369)) + # [1.1.0](https://github.com/9to5/urql-absinthe-upload-exchange/compare/v1.0.0...v1.1.0) (2024-07-01) diff --git a/package.json b/package.json index 7e72509..232be11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urql-absinthe-upload-exchange", - "version": "1.1.1", + "version": "1.2.0", "description": "Urql exchange to support file uploads to an (Elixir) Absinthe backend", "scripts": { "build:mjs": "babel src --out-dir dist/esm --extensions \".ts\" --out-file-extension .mjs",