Skip to content

Commit 8816ece

Browse files
committed
Add breaking change note.
1 parent 22bebb4 commit 8816ece

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ SQLite Wasm conveniently wrapped as an ES Module.
1010
> SQLite Wasm code here. Instead, please follow the
1111
> [SQLite bug filing instructions](https://www.sqlite.org/src/wiki?name=Bug+Reports).
1212
13+
> **Warning**
14+
>
15+
> **Breaking change:** Version `3.43.2-build1` removes `SqliteClient`. It will
16+
> be published as a separate package.
17+
1318
## Installation
1419

1520
```bash
@@ -138,7 +143,9 @@ Pages.) An example that shows how to use this with vite is available on
138143

139144
## Projects using this package
140145

141-
See the list of [npm dependents](https://www.npmjs.com/browse/depended/@sqlite.org/sqlite-wasm) for this package.
146+
See the list of
147+
[npm dependents](https://www.npmjs.com/browse/depended/@sqlite.org/sqlite-wasm)
148+
for this package.
142149

143150
## Deploying a new version
144151

0 commit comments

Comments
 (0)