Skip to content

Commit f2fa002

Browse files
committed
🎉 feat: 1.3.1
1 parent 1e550c8 commit f2fa002

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# 1.3.1 - 31 May 2025
2+
Feature:
3+
- [#100](https://github.com/elysiajs/elysia-jwt/pull/100) allow dynamic exp/nbf in sign method
14

25
# 1.3.0-exp.0 - 23 Apr 2025
36
Change:
47
- Add support for Elysia 1.3
58

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elysiajs/jwt",
33
"description": "Plugin for Elysia for using JWT Authentication",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",

test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const post = (path: string, body = {}) =>
1515

1616
const TEST_SECRET = 'A'
1717

18-
describe('Static Plugin', () => {
18+
describe('JWT Plugin', () => {
1919
const app = new Elysia()
2020
.use(
2121
jwt({

0 commit comments

Comments
 (0)