We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db6762d + 1c375e6 commit 4967808Copy full SHA for 4967808
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## v1.0.0-141
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "undb",
- "version": "1.0.0-141",
+ "version": "1.0.0-142",
"private": true,
"scripts": {
"build": "NODE_ENV=production bun --bun turbo build",
@@ -39,5 +39,8 @@
39
"node": ">=18"
40
},
41
"packageManager": "[email protected]",
42
- "workspaces": ["apps/*", "packages/*"]
+ "workspaces": [
43
+ "apps/*",
44
+ "packages/*"
45
+ ]
46
}
0 commit comments