Skip to content

Commit eeb7d40

Browse files
authored
Merge pull request #20 from iHildy/release-please--branches--main--components--opencode-synced
chore(main): release 0.5.1
2 parents 21ccdfe + 818bfda commit eeb7d40

3 files changed

Lines changed: 10 additions & 2 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.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

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

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

5+
## [0.5.1](https://github.com/iHildy/opencode-synced/compare/v0.5.0...v0.5.1) (2025-12-31)
6+
7+
8+
### Bug Fixes
9+
10+
* avoid Object.hasOwn and structuredClone ([198857b](https://github.com/iHildy/opencode-synced/commit/198857bf1f4c01689c4e6c92d2559ae0a38e30df))
11+
* move hasOwn to shared utility and use hasOwnProperty.call ([6919922](https://github.com/iHildy/opencode-synced/commit/6919922f6785d6f1fae2dc09580ca4dfb4746ba9))
12+
513
## [0.5.0](https://github.com/iHildy/opencode-synced/compare/v0.4.2...v0.5.0) (2025-12-31)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-synced",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Sync global OpenCode config across machines via GitHub.",
55
"author": {
66
"name": "Ian Hildebrand"

0 commit comments

Comments
 (0)