Skip to content

Commit 6439cb3

Browse files
authored
chore: release v2.0.0 (#16)
1 parent 62570d9 commit 6439cb3

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/nickytonline/clawspace/compare/v1.2.0...v2.0.0) (2026-03-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* SHOW_INTERNAL_CLAW_FILES has been removed. Internal file visibility is now controlled via the /settings UI.
9+
10+
### Features
11+
12+
* move internal files visibility to settings page ([62570d9](https://github.com/nickytonline/clawspace/commit/62570d9c7606e4c8bb439892eb1f3ba69d99770c))
13+
314
## [1.2.0](https://github.com/nickytonline/clawspace/compare/v1.1.0...v1.2.0) (2026-03-09)
415

516

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clawspace",
33
"type": "module",
4-
"version": "1.2.0",
4+
"version": "2.0.0",
55
"description": "Clawspace - browser file explorer/editor for OpenClaw workspaces",
66
"engines": {
77
"node": ">=22"

0 commit comments

Comments
 (0)