We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846c769 commit b5faf62Copy full SHA for b5faf62
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.4.0](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.3.0...v1.4.0) (2026-01-10)
2
+
3
4
+### Features
5
6
+* change default prefix to /database ([846c769](https://github.com/riligar-solutions/elysia-sqlite/commit/846c769dd966af04fc45d70e598efd3662a45e48))
7
8
# [1.3.0](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.2.2...v1.3.0) (2026-01-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@riligar/elysia-sqlite",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Plugin ElysiaJS para gerenciamento de bancos de dados SQLite",
"type": "module",
"main": "src/index.js",
0 commit comments