Skip to content

Commit b7eee1b

Browse files
committed
release v0.15.0-next.2 as v0.15.0
additions from next.2: - crsql_next_db_version returns the actual next version - better error messages in the automigrate path
1 parent 9502291 commit b7eee1b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @vlcn.io/crsqlite
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- 56df096: re-insertion, api naming consistencies, metadata size reduction, websocket server, websocket client, websocket demo
8+
9+
### Patch Changes
10+
11+
- 4022bd6: litefs support
12+
- 08f13fb: react strict mode fiex, migrator fixes, typed-sql basic support, ws replication, db provider hooks
13+
- f327068: rebuild
14+
315
## 0.15.0-next.2
416

517
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlcn.io/crsqlite",
3-
"version": "0.15.0-next.2",
3+
"version": "0.15.0",
44
"description": "CR-SQLite loadable extension",
55
"homepage": "https://vlcn.io",
66
"repository": {

0 commit comments

Comments
 (0)