Skip to content

Commit dc412fc

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 72484f8 commit dc412fc

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/fast-deers-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-hornets-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-impalas-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @effect/wa-sqlite
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [`72484f8`](https://github.com/Effect-TS/wa-sqlite/commit/72484f8835dffc719317b8d4a4c658a1659349ed) Thanks [@tim-smart](https://github.com/tim-smart)! - update sqlite
8+
9+
### Patch Changes
10+
11+
- [`2f07795`](https://github.com/Effect-TS/wa-sqlite/commit/2f0779510932aede107bcedec7e63354d748b18f) Thanks [@tim-smart](https://github.com/tim-smart)! - add serialize/deserialize
12+
13+
- [`11c7138`](https://github.com/Effect-TS/wa-sqlite/commit/11c7138fa0a7737ba89545e0d98049531d7efc37) Thanks [@tim-smart](https://github.com/tim-smart)! - add .execIterator for streaming rows
14+
315
## 0.1.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.1",
6+
"version": "0.2.0",
77
"type": "module",
88
"main": "src/sqlite-api.js",
99
"types": "src/types/index.d.ts",

0 commit comments

Comments
 (0)