Skip to content

Commit

Permalink
🎉 release: 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyAom committed Dec 23, 2024
1 parent d0c969f commit 7b4e3d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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 - 23 Dec 2024
Feature:
- support Elysia 1.2
- Validation error inference

# 1.1.3 - 5 Sep 2024
Feature:
- add provenance publish
Expand Down
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/eden",
"version": "1.2.0-rc.0",
"version": "1.2.0",
"description": "Fully type-safe Elysia client",
"author": {
"name": "saltyAom",
Expand Down Expand Up @@ -53,13 +53,13 @@
"release": "npm run build && npm run test && npm publish --access public"
},
"peerDependencies": {
"elysia": ">= 1.2.0-rc.0"
"elysia": ">= 1.2.0"
},
"devDependencies": {
"@elysiajs/cors": "1.2.0-rc.0",
"@types/bun": "^1.1.14",
"@types/node": "^20.17.0",
"elysia": "1.2.0-rc.0",
"elysia": "1.2.0",
"esbuild": "^0.19.3",
"eslint": "^8.26.0",
"expect-type": "^1.1.0",
Expand Down

0 comments on commit 7b4e3d9

Please sign in to comment.