We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ec12f commit 4b6bc23Copy full SHA for 4b6bc23
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.8.0](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.7.0...v1.8.0) (2026-01-10)
2
+
3
4
+### Features
5
6
+* enhance login UI and 2FA handling ([f0ec12f](https://github.com/riligar-solutions/elysia-sqlite/commit/f0ec12fa0d82d04b13d43e58fdd0d5e80727cc27))
7
8
# [1.7.0](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.6.0...v1.7.0) (2026-01-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@riligar/elysia-sqlite",
- "version": "1.7.0",
+ "version": "1.8.0",
"description": "Plugin ElysiaJS para gerenciamento de bancos de dados SQLite",
"type": "module",
"main": "src/index.js",
0 commit comments