Skip to content

Commit

Permalink
chore: ready for 1.0.1+15 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Oct 7, 2024
1 parent cc51bb7 commit 4baa33b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Changes to the project are tracked using build numbers behind the version number

## [Unreleased]

## [1.0.1+15] - 2024-10-07

- Feat: Upgraded surrealdb.wasm to 1.0.1.

## [1.0.0-beta.22+14] - 2024-10-01

- Feat: Upgraded surrealdb.wasm to 1.0.0-beta.22.
Expand Down
4 changes: 1 addition & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Feat: Upgraded surrealdb.wasm to 1.0.0-beta.22.
- Feat: Upgraded surrealdb_js to 1.0.1+7.
- Feat: Removed `SurrealWasmMutex` class as the issue [#87](https://github.com/surrealdb/surrealdb.wasm/issues/87) is likely resolved by PR [#107](https://github.com/surrealdb/surrealdb.wasm/pull/107).
- Feat: Upgraded surrealdb.wasm to 1.0.1.
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: surrealdb_wasm
description: Flutter SurrealDB WebAssembly(WASM) package
version: 1.0.0-beta.22
version: 1.0.1
repository: https://github.com/limcheekin/surrealdb_wasm

environment:
Expand All @@ -10,7 +10,6 @@ environment:
dependencies:
flutter:
sdk: flutter
mutex: ^3.1.0
surrealdb_js: ^1.0.1+7

dev_dependencies:
Expand Down

0 comments on commit 4baa33b

Please sign in to comment.