@devshop/crew 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +6 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.4.2](https://github.com/devshop-software/crew/compare/v0.4.1...v0.4.2) (2026-04-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * publish to npm in prepare phase so failed publish can't orphan tags ([6ee8e5a](https://github.com/devshop-software/crew/commit/6ee8e5aacc4ed698e0e51c17891bd8b699faafb7))
7
+
1
8
  # [0.4.0](https://github.com/devshop-software/crew/compare/v0.3.0...v0.4.0) (2026-04-30)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devshop/crew",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Project-agnostic Claude Code skills for spec → implement → qa → review → ship",
5
5
  "bin": {
6
6
  "crew": "scripts/cli.js"
@@ -37,6 +37,10 @@
37
37
  },
38
38
  "license": "MIT",
39
39
  "devDependencies": {
40
- "semantic-release": "^24.2.0"
40
+ "@devshop/crew": "^0.4.1",
41
+ "semantic-release": "^24.2.0",
42
+ "@semantic-release/changelog": "^6.0.3",
43
+ "@semantic-release/exec": "^7.0.3",
44
+ "@semantic-release/git": "^10.0.1"
41
45
  }
42
46
  }