We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadc0be commit 9b41029Copy full SHA for 9b41029
CHANGELOG.md
@@ -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
11
## 4.0.24 - Sun Mar 06 2022 20:12:24
12
13
**Contributor:** fresheneesz
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite",
- "version": "4.0.24",
+ "version": "4.0.25",
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript",
"main": "build/index.js",
"types": "build/index.d.ts",
0 commit comments