Skip to content

Commit 20bb604

Browse files
committed
chore: release v1.22.1
1 parent 25f5de3 commit 20bb604

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 1.22.1 (2025-01-18)
4+
5+
Fixes:
6+
7+
- fix: update better-sqlite v11.8.1
8+
9+
Compare with the previous release: [`v1.22.0...v1.22.1`](https://github.com/softvisio-node/sqlite/compare/v1.22.0...v1.22.1)
10+
311
### 1.22.0 (2025-01-15)
412

513
Features:

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softvisio/sqlite-build",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"private": true,
55
"homepage": "https://github.com/softvisio-node/sqlite",
66
"bugs": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@softvisio/sqlite",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"description": "better-sqlite3 re-packed",
55
"homepage": "https://softvisio-node.github.io/sqlite/",
66
"bugs": {

0 commit comments

Comments
 (0)