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 93f4f25 commit 98cb7ca
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,6 +1,6 @@
{
"name": "@elysiajs/html",
"version": "1.1.1",
"version": "1.2.0",
"description": "Plugin for Elysia that add support for returning html",
"author": {
"name": "saltyAom",
Expand Down Expand Up @@ -73,11 +73,11 @@
"format": "prettier --write ."
},
"peerDependencies": {
"elysia": ">= 1.1.0"
"elysia": ">= 1.2.0"
},
"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"
Expand All @@ -94,4 +94,4 @@
"optional": true
}
}
}
}

0 comments on commit 98cb7ca

Please sign in to comment.