@wipcomputer/wip-release 1.2.2 → 1.2.3

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.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
 
6
6
 
7
+
8
+ ## 1.2.3 (2026-02-21)
9
+
10
+ Fix npm bin entry: remove ./ prefix so npx wip-release works globally
11
+
7
12
  ## 1.2.2 (2026-02-21)
8
13
 
9
14
  Fix ClawHub display name and slug detection. Harden command injection fix.
package/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: WIP.release
3
- version: 1.2.2
3
+ version: 1.2.3
4
4
  description: Local release tool. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.
5
5
  homepage: https://github.com/wipcomputer/wip-release
6
6
  metadata:
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@wipcomputer/wip-release",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "type": "module",
5
5
  "description": "Local release tool. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.",
6
6
  "main": "core.mjs",
7
7
  "bin": {
8
- "wip-release": "./cli.js"
8
+ "wip-release": "cli.js"
9
9
  },
10
10
  "exports": {
11
11
  ".": "./core.mjs",