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 4b2124c commit 0c24a8e
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,3 +1,8 @@

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

# 1.1.1 - 5 Sep 2024
Feature:
- add provenance publish
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,7 +1,7 @@
{
"name": "@elysiajs/apollo",
"description": "Plugin for Elysia for using GraphQL Apollo",
"version": "1.1.1",
"version": "1.2.0",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
Expand Down Expand Up @@ -44,14 +44,14 @@
"graphql-tag": "^2.12.6"
},
"devDependencies": {
"@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": {
"@apollo/server-plugin-landing-page-graphql-playground": {
Expand All @@ -70,4 +70,4 @@
"optional": true
}
}
}
}

0 comments on commit 0c24a8e

Please sign in to comment.