Skip to content

Commit 74aa34f

Browse files
authored
Merge pull request #22 from iHildy/release-please--branches--main--components--opencode-synced
chore(main): release 0.6.0
2 parents 378bc1a + fd26407 commit 74aa34f

3 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-
".": "0.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented here by Release Please.
44

5+
## [0.6.0](https://github.com/iHildy/opencode-synced/compare/v0.5.1...v0.6.0) (2025-12-31)
6+
7+
8+
### Features
9+
10+
* support trailing commas in config and improve error handling ([00ae89c](https://github.com/iHildy/opencode-synced/commit/00ae89c5e291e9dd32777e27aab03712257ad81d))
11+
512
## [0.5.1](https://github.com/iHildy/opencode-synced/compare/v0.5.0...v0.5.1) (2025-12-31)
613

714

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-synced",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Sync global OpenCode config across machines via GitHub.",
55
"author": {
66
"name": "Ian Hildebrand"
@@ -22,7 +22,9 @@
2222
"publishConfig": {
2323
"access": "public"
2424
},
25-
"files": ["dist"],
25+
"files": [
26+
"dist"
27+
],
2628
"dependencies": {
2729
"@opencode-ai/plugin": "1.0.85"
2830
},
@@ -49,6 +51,8 @@
4951
"prepare": "husky"
5052
},
5153
"lint-staged": {
52-
"*.{js,ts,json}": ["biome check --write --no-errors-on-unmatched"]
54+
"*.{js,ts,json}": [
55+
"biome check --write --no-errors-on-unmatched"
56+
]
5357
}
5458
}

0 commit comments

Comments
 (0)