Skip to content

Commit

Permalink
release: v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Sep 21, 2024
1 parent e95d513 commit fe7d6db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dldc/zendb",
"version": "8.0.5",
"version": "9.0.0",
"exports": "./mod.ts",
"imports": {
"@db/sqlite": "jsr:@db/sqlite@^0.11.1",
Expand All @@ -10,7 +10,9 @@
"dedent": "npm:dedent@^1.5.3",
"sql-formatter": "npm:sql-formatter@^15.3.1"
},
"unstable": ["ffi"],
"unstable": [
"ffi"
],
"tasks": {
"test:run": "deno test -A",
"test:watch": "deno test -A --watch",
Expand Down

0 comments on commit fe7d6db

Please sign in to comment.