Skip to content

Commit a9361f4

Browse files
jtomaszewskiclaude
andcommitted
chore: bump version to 0.5.0
Update release process docs — npm publish is now automated via CI. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 20c7360 commit a9361f4

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@ src/
5757
2. Commit: `git commit -m "chore: bump version to X.Y.Z"`
5858
3. Tag: `git tag -a vX.Y.Z -m "Release vX.Y.Z"`
5959
4. Push: `git push origin main && git push origin vX.Y.Z`
60-
5. Publish npm: `npm publish --access public` (requires OTP)
61-
6. Create GitHub release: `gh release create vX.Y.Z --title "vX.Y.Z" --notes "..."`
62-
- This triggers CI workflow to build and push Docker image to `ghcr.io/fullstackhouse/agentloop`
60+
5. Create GitHub release: `gh release create vX.Y.Z --title "vX.Y.Z" --notes "..."`
61+
- CI publishes npm package (OIDC provenance) and Docker image to `ghcr.io/fullstackhouse/agentloop`

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstackhouse/agentloop",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "AI agent that monitors chat platforms and responds using Claude Code",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,9 @@
1111
"provenance": true
1212
},
1313
"type": "module",
14-
"engines": { "node": ">=22" },
14+
"engines": {
15+
"node": ">=22"
16+
},
1517
"bin": {
1618
"agentloop": "dist/cli.js"
1719
},

0 commit comments

Comments
 (0)