Skip to content

Commit bcfbe06

Browse files
committed
Bump to v2.0.0 and run full test suite on prepublish
- Version 1.14.2 → 2.0.0 - prepublishOnly now runs npm run test:all (Node + Python tests) - Sync README version to match package.json
1 parent 9ec1377 commit bcfbe06

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ npm publish
176176

177177
## Changelog
178178

179-
See [CHANGELOG.md](.devcontainer/CHANGELOG.md) for release history. Current version: **1.14.0** (2026-02-23).
179+
See [CHANGELOG.md](.devcontainer/CHANGELOG.md) for release history. Current version: **2.0.0**.
180180

181181
## Further Reading
182182

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeforge-dev",
3-
"version": "1.14.2",
3+
"version": "2.0.0",
44
"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.",
55
"main": "setup.js",
66
"bin": {
@@ -10,7 +10,7 @@
1010
"test": "node test.js",
1111
"test:plugins": "pytest tests/ -v",
1212
"test:all": "npm test && pytest tests/ -v",
13-
"prepublishOnly": "npm test",
13+
"prepublishOnly": "npm run test:all",
1414
"docs:dev": "npm run dev --prefix docs",
1515
"docs:build": "npm run build --prefix docs",
1616
"docs:preview": "npm run preview --prefix docs"

0 commit comments

Comments
 (0)