Skip to content

Commit 4967808

Browse files
authored
Merge pull request #2216 from undb-io/main
Merge main into develop branch
2 parents db6762d + 1c375e6 commit 4967808

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v1.0.0-142
4+
5+
6+
### 🩹 Fixes
7+
8+
- Fix volume ([db6762d](https://github.com/undb-io/undb/commit/db6762d))
9+
10+
### ❤️ Contributors
11+
12+
- Nichenqin ([@nichenqin](https://github.com/nichenqin))
13+
314
## v1.0.0-141
415

516

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "undb",
3-
"version": "1.0.0-141",
3+
"version": "1.0.0-142",
44
"private": true,
55
"scripts": {
66
"build": "NODE_ENV=production bun --bun turbo build",
@@ -39,5 +39,8 @@
3939
"node": ">=18"
4040
},
4141
"packageManager": "[email protected]",
42-
"workspaces": ["apps/*", "packages/*"]
42+
"workspaces": [
43+
"apps/*",
44+
"packages/*"
45+
]
4346
}

0 commit comments

Comments
 (0)