Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebooij committed Jul 1, 2024
2 parents 91560e7 + 24f9b70 commit 3808cff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.0 (2024-07-01)


### Bug Fixes

* babel build ([e8f1fd8](https://github.com/9to5/urql-absinthe-upload-exchange/commit/e8f1fd89f588d72e71b58a73a4e9b4981ff3da38))
* package output ([dedbc81](https://github.com/9to5/urql-absinthe-upload-exchange/commit/dedbc815de8cfafa6b89ea6c30de57f62a064cda))
* release branch ([a59db2e](https://github.com/9to5/urql-absinthe-upload-exchange/commit/a59db2e631d63c57ffa7257daf2a9329aa4a63af))
* revert release.config.js to module.exports ([00c85ab](https://github.com/9to5/urql-absinthe-upload-exchange/commit/00c85aba588314866c76eaa444943123ab451d4f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urql-absinthe-upload-exchange",
"version": "1.0.1",
"version": "1.0.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",
Expand Down

0 comments on commit 3808cff

Please sign in to comment.