We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbc81e commit 7619384Copy full SHA for 7619384
.changeset/config.json
@@ -0,0 +1,11 @@
1
+{
2
+ "$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
3
+ "changelog": "@changesets/cli/changelog",
4
+ "commit": false,
5
+ "fixed": [],
6
+ "linked": [],
7
+ "access": "restricted",
8
+ "baseBranch": "main",
9
+ "updateInternalDependencies": "patch",
10
+ "ignore": []
11
+}
CHANGELOG.md
@@ -0,0 +1,7 @@
+# open-claude-cowork
+
+## 0.0.8
+### Patch Changes
+- chore: relase v0.0.8
package.json
@@ -1,6 +1,6 @@
{
"name": "open-claude-cowork",
- "version": "0.0.7",
+ "version": "0.0.8",
"main": "./release/dist/main/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development plop",
0 commit comments