diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 55e8e3efb..edf6356b2 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vlcn.io/crsqlite +## 0.16.0-next.1 + +### Patch Changes + +- prepare `tables_used` query, correctly unzip native library from pre-builds + ## 0.16.0-next.0 ### Minor Changes diff --git a/core/package.json b/core/package.json index 1a5bcf865..57a65236e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@vlcn.io/crsqlite", - "version": "0.16.0-next.0", + "version": "0.16.0-next.1", "description": "CR-SQLite loadable extension", "homepage": "https://vlcn.io", "repository": {