Skip to content

Commit

Permalink
upgrade next to actual release
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Sep 8, 2023
1 parent 77d91f9 commit 0f69d26
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.21.0

### Minor Changes

- 56df096: re-insertion, api naming consistencies, metadata size reduction, websocket server, websocket client, websocket demo

### Patch Changes

- 08f13fb: react strict mode fiex, migrator fixes, typed-sql basic support, ws replication, db provider hooks
- f327068: rebuild

## 0.21.0-next.1

### 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.21.0-next.1",
"version": "0.21.0",
"type": "module",
"main": "src/sqlite-api.js",
"types": "src/types/index.d.ts",
Expand Down

0 comments on commit 0f69d26

Please sign in to comment.