Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-07-01)

### Features

* trigger semantic release ([91560e7](91560e7))
  • Loading branch information
semantic-release-bot committed Jul 1, 2024
1 parent 3808cff commit 6d793d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/9to5/urql-absinthe-upload-exchange/compare/v1.0.0...v1.1.0) (2024-07-01)


### Features

* trigger semantic release ([91560e7](https://github.com/9to5/urql-absinthe-upload-exchange/commit/91560e7972d286f6aeaaeb106a62d50642479cf8))

# 1.0.0 (2024-07-01)


Expand Down
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.0",
"version": "1.1.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 6d793d3

Please sign in to comment.