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 de56acd commit e4dd9de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/cors",
"version": "1.1.1",
"version": "1.2.0",
"description": "Plugin for Elysia that for Cross Origin Requests (CORs)",
"author": {
"name": "saltyAom",
Expand Down Expand Up @@ -36,14 +36,14 @@
"release": "npm run build && npm run test && npm publish --access public"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/bun": "1.1.14",
"@types/node": "^20.14.10",
"elysia": ">= 1.1.0-rc.2",
"eslint": "^8.26.0",
"elysia": ">= 1.2.0",
"eslint": "9.6.0",
"tsup": "^8.1.0",
"typescript": "^5.5.2"
},
"peerDependencies": {
"elysia": ">= 1.1.0"
"elysia": ">= 1.2.0"
}
}
}

0 comments on commit e4dd9de

Please sign in to comment.