Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Mar 28, 2024
1 parent dc77a13 commit b58d509
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## Unreleased
## 0.6.0 -- 2024-04-28

* Bump hrana client to 0.6.0, which uses native Node fetch().
* Bump hrana client to 0.6.0, which uses native Node fetch(). Note that
`@libsql/client` now requires Node 18 or later.

## 0.5.6 -- 2024-03-12

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.5.6",
"version": "0.6.0",
"keywords": [
"libsql",
"database",
Expand Down Expand Up @@ -56,7 +56,7 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/core": "0.5.6",
"@libsql/core": "0.6.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.5.6",
"version": "0.6.0",
"keywords": [
"libsql",
"database",
Expand Down Expand Up @@ -100,7 +100,7 @@
"typedoc": "rm -rf ./docs && typedoc"
},
"dependencies": {
"@libsql/core": "^0.5.6",
"@libsql/core": "^0.6.0",
"@libsql/hrana-client": "^0.6.0",
"js-base64": "^3.7.5",
"libsql": "^0.3.10"
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.6",
"version": "0.6.0",
"keywords": [
"libsql",
"database",
Expand Down

0 comments on commit b58d509

Please sign in to comment.