diff --git a/.changeset/hot-sloths-agree.md b/.changeset/hot-sloths-agree.md deleted file mode 100644 index f8aeb87..0000000 --- a/.changeset/hot-sloths-agree.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@birchill/nice-sqlite-wasm": minor ---- - -Update to SQLite 3.53.2 - -BREAKING CHANGE: Rather than overriding `locateFile` to load the WASM file, use -the `emscriptenLocateFile` option instead. diff --git a/CHANGELOG.md b/CHANGELOG.md index 152b253..c87787d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @birchill/nice-sqlite-wasm +## 0.2.0 + +### Minor Changes + +- b7fa4cf: Update to SQLite 3.53.2 + + BREAKING CHANGE: Rather than overriding `locateFile` to load the WASM file, use + the `emscriptenLocateFile` option instead. + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index d65d7bf..88828bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@birchill/nice-sqlite-wasm", - "version": "0.1.2", + "version": "0.2.0", "private": false, "repository": { "type": "git",