Skip to content

Commit

Permalink
official next release
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Dec 16, 2023
1 parent d1b87c9 commit 4ab5939
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vlcn.io/wa-sqlite

## 0.22.0

### Minor Changes

- e4a0a42: v0.16.0-next

### Patch Changes

- d485812: prepare `tables_used` query, correctly unzip native library from pre-builds
- 6f0ccac: fix error where separate connections would not report the correct db version

## 0.22.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlcn.io/wa-sqlite",
"version": "0.22.0-next.2",
"version": "0.22.0",
"type": "module",
"main": "src/sqlite-api.js",
"types": "src/types/index.d.ts",
Expand Down

0 comments on commit 4ab5939

Please sign in to comment.