Skip to content

Commit

Permalink
🧹 chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Dec 23, 2024
1 parent 1aabf06 commit c16a48e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# 1.2.0-rc.0 - 23 Dec 2024
Change:
- Add support for Elysia 1.2


# 1.1.0 - 16 Jul 2024
Change:
- Add support for Elysia 1.1
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/graphql-yoga",
"version": "1.1.1",
"version": "1.2.0",
"description": "Plugin for Elysia for using graphql-yoga",
"author": {
"name": "saltyAom",
Expand Down Expand Up @@ -45,14 +45,14 @@
"@envelop/core": "^3.0.6",
"@envelop/graphql-jit": "^5.0.6",
"@envelop/parser-cache": "^5.0.6",
"@types/bun": "1.1.6",
"elysia": ">= 1.1.0-rc.2",
"@types/bun": "1.1.14",
"elysia": ">= 1.2.0",
"eslint": "9.6.0",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"elysia": ">= 1.1.0"
"elysia": ">= 1.2.0"
},
"peerDependenciesMeta": {
"graphql": {
Expand All @@ -62,4 +62,4 @@
"optional": true
}
}
}
}

0 comments on commit c16a48e

Please sign in to comment.