We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b2674 commit 999e157Copy full SHA for 999e157
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.5](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.1.4...v1.1.5) (2026-01-10)
2
+
3
4
+### Bug Fixes
5
6
+* enforce trailing slash redirect for admin root ([73b2674](https://github.com/riligar-solutions/elysia-sqlite/commit/73b2674bb8d932746782f1caa3bcd9b70d7af35a))
7
8
## [1.1.4](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.1.3...v1.1.4) (2026-01-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@riligar/elysia-sqlite",
- "version": "1.1.4",
+ "version": "1.1.5",
"description": "Plugin ElysiaJS para gerenciamento de bancos de dados SQLite",
"type": "module",
"main": "src/index.js",
0 commit comments