From 57ea6796c650173ba1bbb15a59f6d642691ec993 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:06:07 +0000 Subject: [PATCH] chore(release): publish --- .changeset/hot-sloths-agree.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/hot-sloths-agree.md 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",