Skip to content

Commit 5901c23

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2026-01-10) ### Bug Fixes * add global request logger for debugging ([06267bb](06267bb))
1 parent 06267bb commit 5901c23

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.2.1](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.2.0...v1.2.1) (2026-01-10)
2+
3+
4+
### Bug Fixes
5+
6+
* add global request logger for debugging ([06267bb](https://github.com/riligar-solutions/elysia-sqlite/commit/06267bba60f2a4ba1a61ee6321209d2fecd09b53))
7+
18
# [1.2.0](https://github.com/riligar-solutions/elysia-sqlite/compare/v1.1.7...v1.2.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.2.0",
3+
"version": "1.2.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)