Skip to content

Commit 65886ac

Browse files
committed
chore(release): publish 0.1.1-beta.3
1 parent 07dce36 commit 65886ac

9 files changed

Lines changed: 10 additions & 36 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*"
77

88
permissions:
9-
contents: read
9+
contents: write
1010
id-token: write
1111

1212
jobs:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
npm-debug.log*
33
*.tgz
4+
.idea/

.idea/.gitignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/opencode-planner.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.1-beta.3
4+
5+
- restore GitHub release permissions in the release workflow
6+
- stop tracking IDE project files in git
7+
38
## 0.1.1-beta.2
49

510
- test GitHub Actions release publishing via npm Trusted Publishing

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.1.1-beta.2",
3+
"version": "0.1.1-beta.3",
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)