Skip to content

Commit

Permalink
0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Aug 26, 2024
1 parent 4a43dec commit 017afb7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.10.0 -- 2024-08-26

- Add a migrate() API that can be used to do migrations on both schema databases and regular databases. It is mostly dedicated to schema migration tools.

## 0.8.1 -- 2024-08-03

- Fix embedded replica sync WAL index path name , which caused "No such file or directory" for local sync in some cases ([#244](https://github.com/tursodatabase/libsql-client-ts/issues/244)).
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/libsql-client-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libsql/client-wasm",
"version": "0.9.0",
"version": "0.10.0",
"keywords": [
"libsql",
"database",
Expand Down Expand Up @@ -56,7 +56,7 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/core": "^0.9.0",
"@libsql/core": "^0.10.0",
"@libsql/libsql-wasm-experimental": "^0.0.2",
"js-base64": "^3.7.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/libsql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libsql/client",
"version": "0.9.0",
"version": "0.10.0",
"keywords": [
"libsql",
"database",
Expand Down Expand Up @@ -102,7 +102,7 @@
"lint-staged": "lint-staged"
},
"dependencies": {
"@libsql/core": "^0.9.0",
"@libsql/core": "^0.10.0",
"@libsql/hrana-client": "^0.6.2",
"js-base64": "^3.7.5",
"libsql": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/libsql-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libsql/core",
"version": "0.9.0",
"version": "0.10.0",
"keywords": [
"libsql",
"database",
Expand Down

0 comments on commit 017afb7

Please sign in to comment.