Skip to content

Commit 6ca7a0f

Browse files
committed
chore(release): publish 0.5.0
1 parent 6ecdc60 commit 6ca7a0f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.5.0
44

55
- move installation and upgrade guidance near the top of the README and recommend explicit release versions because `@latest` does not update an existing installation
66

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66

77
## Install / upgrade
88

9-
The current release is `0.4.1`. The same npm package supports OpenCode V1 and OpenCode V2: V1 loads the package root, while V2 selects the native `./server` export.
9+
The current release is `0.5.0`. The same npm package supports OpenCode V1 and OpenCode V2: V1 loads the package root, while V2 selects the native `./server` export.
1010

1111
### Support OpenCode V1 and V2 together
1212

1313
Install or upgrade the pinned release globally with OpenCode V1's plugin installer:
1414

1515
```bash
16-
opencode plugin opencode-planner@0.4.1 --global --force
16+
opencode plugin opencode-planner@0.5.0 --global --force
1717
```
1818

1919
This writes the singular V1-compatible field to the global `opencode.json(c)`. You can configure the same entry manually:
2020

2121
```json
2222
{
23-
"plugin": ["opencode-planner@0.4.1"]
23+
"plugin": ["opencode-planner@0.5.0"]
2424
}
2525
```
2626

@@ -32,7 +32,7 @@ If you no longer use OpenCode V1, use only the plural V2 field:
3232

3333
```json
3434
{
35-
"plugins": ["opencode-planner@0.4.1"]
35+
"plugins": ["opencode-planner@0.5.0"]
3636
}
3737
```
3838

@@ -68,7 +68,7 @@ When you no longer need OpenCode V1, rename the singular `plugin` field to the p
6868

6969
```json
7070
{
71-
"plugins": ["opencode-planner@0.4.1"]
71+
"plugins": ["opencode-planner@0.5.0"]
7272
}
7373
```
7474

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,6 +1,6 @@
11
{
22
"name": "opencode-planner",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "OpenCode plugin emulating Experimental Planning Mode and sending plan to configured editor for acceptance or editing",
55
"type": "module",
66
"main": "./index.js",

0 commit comments

Comments
 (0)