Skip to content

Commit a7e7c41

Browse files
committed
chore: release v1.20.0
1 parent 07cd188 commit a7e7c41

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.20.0 (2025-01-03)
4+
5+
Features:
6+
7+
- feat: add async glob
8+
9+
[Compare with the previous release: v1.19.1 ... v1.20.0](https://github.com/softvisio-node/sqlite/compare/v1.19.1...v1.20.0)
10+
311
### 1.19.1 (2024-12-30)
412

513
Other changes:

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

0 commit comments

Comments
 (0)