Skip to content

Commit 1dd2273

Browse files
committed
chore: release v1.23.0
1 parent 62044d7 commit 1dd2273

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.23.0 (2025-02-03)
4+
5+
Features:
6+
7+
- feat: refactor read / write config
8+
9+
Compare with the previous release: [`v1.22.1...v1.23.0`](https://github.com/softvisio-node/sqlite/compare/v1.22.1...v1.23.0)
10+
311
### 1.22.1 (2025-01-18)
412

513
Fixes:

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.1",
3+
"version": "1.23.0",
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.1",
3+
"version": "1.23.0",
44
"description": "better-sqlite3 re-packed",
55
"homepage": "https://softvisio-node.github.io/sqlite/",
66
"bugs": {

0 commit comments

Comments
 (0)