From 7a8780c652330725b93f10c37ddb045509271e61 Mon Sep 17 00:00:00 2001 From: Lim Chee Kin Date: Wed, 17 Jul 2024 11:54:55 +0800 Subject: [PATCH] feat: ready for 1.0.0-beta.14+10 released --- CHANGELOG.md | 3 +++ RELEASE.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df61c65..a0609db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ Changes to the project are tracked using build numbers behind the version number ## [Unreleased] +## [1.0.0-beta.14+10] - 2024-07-17 +- Feat: Changed `SurrealWasm` from `extension` to regular `class`. + ## [1.0.0-beta.14+9] - 2024-07-17 - Feat: Added `SurrealWasm.getInstance()` to simplify instantiation of the `Surreal` class with the `WasmEngine`. diff --git a/RELEASE.md b/RELEASE.md index 71f4f54..692a144 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1 +1 @@ -- Feat: Added `SurrealWasm.getInstance()` to simplify instantiation of the `Surreal` class with the `WasmEngine`. \ No newline at end of file +- Feat: Changed `SurrealWasm` from `extension` to regular `class`. \ No newline at end of file