Skip to content

Commit

Permalink
feat: ready for 1.0.0-beta.14+10 released
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 17, 2024
1 parent b262d50 commit 7a8780c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Feat: Added `SurrealWasm.getInstance()` to simplify instantiation of the `Surreal` class with the `WasmEngine`.
- Feat: Changed `SurrealWasm` from `extension` to regular `class`.

0 comments on commit 7a8780c

Please sign in to comment.