From f2faf01c5816648f3bf8fb6174caac1586db3bef Mon Sep 17 00:00:00 2001 From: Lim Chee Kin Date: Sat, 24 Aug 2024 15:56:54 +0800 Subject: [PATCH] doc: ready for 1.0.0-beta.16+12 released. --- CHANGELOG.md | 4 ++++ RELEASE.md | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68434dd..94b7791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ Changes to the project are tracked using build numbers behind the version number ## [Unreleased] +## [1.0.0-beta.16+12] - 2024-08-24 + +- Feat: Added `SurrealWasmMutex` class to workaround the issue [#87](https://github.com/surrealdb/surrealdb.wasm/issues/87) of the surrealdb.wasm. + ## [1.0.0-beta.16+11] - 2024-08-17 - Feat: Upgraded surrealdb.wasm to 1.0.0-beta.16. diff --git a/RELEASE.md b/RELEASE.md index 252e58c..8ab408c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,2 +1 @@ -- Feat: Upgraded surrealdb.wasm to 1.0.0-beta.16. -- Feat: Upgraded surrealdb_js to 1.0.0-beta.20+4. \ No newline at end of file +- Feat: Added `SurrealWasmMutex` class to workaround the issue [#87](https://github.com/surrealdb/surrealdb.wasm/issues/87) of the surrealdb.wasm. \ No newline at end of file