We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bf218 commit 9080cb6Copy full SHA for 9080cb6
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.6](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.1.5...v1.1.6) (2026-01-10)
2
+
3
4
+### Bug Fixes
5
6
+* add debug logging for 404 assets ([55bf218](https://github.com/riligar-solutions/elysia-sqlite/commit/55bf21851a5539aa5696a6d3918beef390fcdbac))
7
8
## [1.1.5](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.1.4...v1.1.5) (2026-01-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@riligar/elysia-sqlite",
- "version": "1.1.5",
+ "version": "1.1.6",
"description": "Plugin ElysiaJS para gerenciamento de bancos de dados SQLite",
"type": "module",
"main": "src/index.js",
0 commit comments