Skip to content

Commit 25ecc05

Browse files
committed
0.15.0
1 parent 7559fce commit 25ecc05

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.15.0 -- 2025-03-17
44

55
- Bump to latest `libsql` package.
66

7-
## 0.15.0-pre.3 -- 2024-03-11
7+
## 0.15.0-pre.3 -- 2025-03-11
88

99
- Fix Bun complaint about duplicate "prepare" key in `package.json`
1010

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/libsql-client-wasm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/client-wasm",
3-
"version": "0.15.0-pre.3",
3+
"version": "0.15.0",
44
"keywords": [
55
"libsql",
66
"database",
@@ -58,7 +58,7 @@
5858
"typedoc": "rm -rf ./docs && typedoc"
5959
},
6060
"dependencies": {
61-
"@libsql/core": "^0.15.0-pre.3",
61+
"@libsql/core": "^0.15.0",
6262
"@libsql/libsql-wasm-experimental": "^0.0.2",
6363
"js-base64": "^3.7.5"
6464
},

packages/libsql-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/client",
3-
"version": "0.15.0-pre.3",
3+
"version": "0.15.0",
44
"keywords": [
55
"libsql",
66
"database",
@@ -103,7 +103,7 @@
103103
"lint-staged": "lint-staged"
104104
},
105105
"dependencies": {
106-
"@libsql/core": "^0.15.0-pre.3",
106+
"@libsql/core": "^0.15.0",
107107
"@libsql/hrana-client": "^0.7.0",
108108
"js-base64": "^3.7.5",
109109
"libsql": "^0.5.0",

packages/libsql-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libsql/core",
3-
"version": "0.15.0-pre.3",
3+
"version": "0.15.0",
44
"keywords": [
55
"libsql",
66
"database",

0 commit comments

Comments
 (0)