Skip to content

Commit b5faf62

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2026-01-10) ### Features * change default prefix to /database ([846c769](846c769))
1 parent 846c769 commit b5faf62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [1.3.0](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.2.2...v1.3.0) (2026-01-10)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@riligar/elysia-sqlite",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Plugin ElysiaJS para gerenciamento de bancos de dados SQLite",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)