Skip to content

Commit 7619384

Browse files
committed
release: v0.0.8
1 parent 5cbc81e commit 7619384

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# open-claude-cowork
2+
3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- chore: relase v0.0.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-claude-cowork",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"main": "./release/dist/main/index.js",
55
"scripts": {
66
"dev": "cross-env NODE_ENV=development plop",

0 commit comments

Comments
 (0)