Skip to content

Commit 8df9586

Browse files
committed
chore(release): publish 0.3.0
1 parent 67d4661 commit 8df9586

4 files changed

Lines changed: 7 additions & 7 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.3.0
44

55
- add an `/edit-plan` command that routes to the `plan` agent and reuses the existing `edit_plan` tool flow
66
- document `/edit-plan` and surface it in the runtime debug output

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you want reproducible installs instead of automatic plugin refreshes, pin an
3737

3838
```json
3939
{
40-
"plugin": ["opencode-planner@0.2.0"]
40+
"plugin": ["opencode-planner@0.3.0"]
4141
}
4242
```
4343

@@ -181,7 +181,7 @@ It starts OpenCode with an isolated temporary home/config, keeps the local repo
181181
1. Update `CHANGELOG.md`.
182182
2. Bump the version in `package.json`.
183183
3. Commit the release.
184-
4. Create and push a git tag like `v0.2.0` for the release.
184+
4. Create and push a git tag like `v0.3.0` for the release.
185185
5. Let GitHub Actions publish to npm `latest`.
186186
6. Publish matching GitHub release notes.
187187

@@ -198,7 +198,7 @@ Configure npm Trusted Publishing for this package:
198198
- Repository: `opencode-planner`
199199
- Workflow filename: `release.yml`
200200

201-
The release workflow publishes stable tags like `v0.2.0` to npm `latest` and creates matching GitHub release notes automatically.
201+
The release workflow publishes stable tags like `v0.3.0` to npm `latest` and creates matching GitHub release notes automatically.
202202

203203
Trusted Publishing uses GitHub OIDC and does not require an `NPM_TOKEN` secret for publishing.
204204

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.2.0",
3+
"version": "0.3.0",
44
"description": "Experimental OpenCode plugin that adds a dedicated planning agent with read-only planning constraints.",
55
"type": "module",
66
"author": "Tim Richardson",

0 commit comments

Comments
 (0)