Skip to content

Commit 316bc09

Browse files
committed
Bump version
1 parent a76c214 commit 316bc09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/sqlite_async/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.1
2+
3+
- Fix compiling workers with version `2.7.0` of `package:sqlite3`.
4+
15
## 0.11.0
26

37
- Automatically flush IndexedDB storage to fix durability issues

packages/sqlite_async/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.11.0
3+
version: 0.11.1
44
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: ">=3.4.0 <4.0.0"

0 commit comments

Comments
 (0)