Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Mar 11, 2024
1 parent b409631 commit 1f2e655
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.5 -- 2024-03-11

* Bump `@libsql/libsql-wasm-experimental"` dependency to 0.0.2, which
fixes a broken sqlite3_get_autocommit() export.

## 0.5.4 -- 2024-03-11

* Bump `libsql` dependency to 0.3.9, which fixes symbol not found errors on Alpine.
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 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.5.4",
"version": "0.5.5",
"keywords": [
"libsql",
"database",
Expand Down Expand Up @@ -56,8 +56,8 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/core": "0.5.4",
"@libsql/libsql-wasm-experimental": "^0.0.1",
"@libsql/core": "0.5.5",
"@libsql/libsql-wasm-experimental": "^0.0.2",
"js-base64": "^3.7.5"
},
"devDependencies": {
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.5.4",
"version": "0.5.5",
"keywords": [
"libsql",
"database",
Expand Down Expand Up @@ -100,7 +100,7 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/core": "^0.5.4",
"@libsql/core": "^0.5.5",
"@libsql/hrana-client": "^0.5.6",
"js-base64": "^3.7.5",
"libsql": "^0.3.9"
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.5.4",
"version": "0.5.5",
"keywords": [
"libsql",
"database",
Expand Down

0 comments on commit 1f2e655

Please sign in to comment.