Skip to content

Commit 9b41029

Browse files
committed
4.0.25 [skip ci]
1 parent eadc0be commit 9b41029

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 4.0.25 - Mon Mar 07 2022 08:50:06
2+
3+
**Contributor:** Theo Gravity
4+
5+
- Update packages, fix tests for latest jest (#159)
6+
7+
* Update packages, fix tests for latest jest
8+
9+
* Update node version on ci
10+
111
## 4.0.24 - Sun Mar 06 2022 20:12:24
212

313
**Contributor:** fresheneesz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sqlite",
3-
"version": "4.0.24",
3+
"version": "4.0.25",
44
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)