We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c07678 commit e5f042cCopy full SHA for e5f042c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.2.2](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.2.1...v1.2.2) (2026-01-10)
2
+
3
4
+### Bug Fixes
5
6
+* correctly return Response.redirect for trailing slash enforcement ([4c07678](https://github.com/riligar-solutions/elysia-sqlite/commit/4c0767816a39c1c19cf7a55487a80f631a1e56b9))
7
8
## [1.2.1](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.2.0...v1.2.1) (2026-01-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@riligar/elysia-sqlite",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Plugin ElysiaJS para gerenciamento de bancos de dados SQLite",
"type": "module",
"main": "src/index.js",
0 commit comments