@normful/picadillo 1.0.3 → 1.0.4

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,8 +1,17 @@
1
+ ## [1.0.4] - 2026-02-16
2
+
3
+ ### 🐛 Bug Fixes
4
+
5
+ - Update path for run-in-tmux skill in package.json
1
6
  ## [1.0.3] - 2026-02-16
2
7
 
3
8
  ### 🚜 Refactor
4
9
 
5
10
  - *(docs)* Update logo path in README to use absolute URL
11
+
12
+ ### ⚙️ Miscellaneous Tasks
13
+
14
+ - Release 1.0.3
6
15
  ## [1.0.2] - 2026-02-16
7
16
 
8
17
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@normful/picadillo",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "private": false,
5
5
  "description": "Norman's pi coding agent commands, skills, extensions",
6
6
  "keywords": [
@@ -40,7 +40,7 @@
40
40
  "prompts": [],
41
41
  "extensions": [],
42
42
  "skills": [
43
- "./run-in-tmux/SKILL.md"
43
+ "./skills/run-in-tmux/SKILL.md"
44
44
  ]
45
45
  },
46
46
  "devDependencies": {