You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert package.json to 1.14.2 — accidental v2.0.0 release
The merge of PR #33 included a premature version bump to 2.0.0,
which triggered the automated Release workflow. The npm package
has been unpublished and the GitHub release/tag deleted.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "codeforge-dev",
3
-
"version": "2.0.0",
3
+
"version": "1.14.2",
4
4
"description": "Complete development container that sets up Claude Code with modular devcontainer features, modern dev tools, and persistent configurations. Drop it into any project and get a production-ready AI development environment in minutes.",
0 commit comments