Skip to content

Commit 97ef032

Browse files
authored
Merge pull request #13 from iHildy/release-please--branches--main--components--opencode-synced
chore(main): release 0.4.1
2 parents 3e0966e + e12614f commit 97ef032

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.4.0"
2+
".": "0.4.1"
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.4.1](https://github.com/iHildy/opencode-synced/compare/v0.4.0...v0.4.1) (2025-12-31)
6+
7+
8+
### Bug Fixes
9+
10+
* use .js extensions in missed imports and update convention ([bae3ebb](https://github.com/iHildy/opencode-synced/commit/bae3ebb7fbc3696965190d49d29deaa3e3ca6f3f))
11+
512
## [0.4.0](https://github.com/iHildy/opencode-synced/compare/v0.3.0...v0.4.0) (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.4.0",
3+
"version": "0.4.1",
44
"description": "Sync global OpenCode config across machines via GitHub.",
55
"author": {
66
"name": "Ian Hildebrand"
@@ -19,7 +19,9 @@
1919
"publishConfig": {
2020
"access": "public"
2121
},
22-
"files": ["dist"],
22+
"files": [
23+
"dist"
24+
],
2325
"dependencies": {
2426
"@opencode-ai/plugin": "1.0.85"
2527
},
@@ -45,6 +47,8 @@
4547
"prepare": "husky"
4648
},
4749
"lint-staged": {
48-
"*.{js,ts,json}": ["biome check --write --no-errors-on-unmatched"]
50+
"*.{js,ts,json}": [
51+
"biome check --write --no-errors-on-unmatched"
52+
]
4953
}
5054
}

0 commit comments

Comments
 (0)