Skip to content

Commit 5c40349

Browse files
committed
v1.3.0
1 parent fc32648 commit 5c40349

File tree

2 files changed

+46
-34
lines changed

2 files changed

+46
-34
lines changed

package-lock.json

+44-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
55
"keywords": [
66
"sql",
@@ -43,7 +43,7 @@
4343
"eslint": "^6.8.0",
4444
"eslint-config-airbnb-base": "^14.1.0",
4545
"eslint-plugin-import": "^2.20.2",
46-
"jsdoc": "^3.6.3",
46+
"jsdoc": "^3.6.4",
4747
"node-fetch": "^2.6.0",
4848
"puppeteer": "^2.1.1",
4949
"test": ">=0.6"

0 commit comments

Comments
 (0)