Skip to content

Commit ec6a453

Browse files
chore(release): 1.8.1 [skip ci]
## [1.8.1](v1.8.0...v1.8.1) (2026-01-10) ### Bug Fixes * corrige o caminho do arquivo de configuração para usar join() ([6d293df](6d293df))
1 parent 6d293df commit ec6a453

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.8.1](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.8.0...v1.8.1) (2026-01-10)
2+
3+
4+
### Bug Fixes
5+
6+
* corrige o caminho do arquivo de configuração para usar join() ([6d293df](https://github.com/riligar-solutions/elysia-sqlite/commit/6d293df941b446096bbd355f23cb5cbee5c9956a))
7+
18
# [1.8.0](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.7.0...v1.8.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.8.0",
3+
"version": "1.8.1",
44
"description": "Plugin ElysiaJS para gerenciamento de bancos de dados SQLite",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)