Skip to content

Commit 2f8b18e

Browse files
committed
chore(release): publish 0.4.1
1 parent e807911 commit 2f8b18e

4 files changed

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

55
- correct the shared V1/V2 installation recipe to use only the V1-compatible `plugin` field
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you want reproducible installs instead of automatic plugin refreshes, pin an
7272

7373
```json
7474
{
75-
"plugin": ["opencode-planner@0.4.0"]
75+
"plugin": ["opencode-planner@0.4.1"]
7676
}
7777
```
7878

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.0",
3+
"version": "0.4.1",
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)