@skilly-hand/skilly-hand 0.11.0 → 0.11.1

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
@@ -16,6 +16,22 @@ All notable changes to this project are documented in this file.
16
16
  ### Removed
17
17
  - _None._
18
18
 
19
+ ## [0.11.1] - 2026-04-05
20
+ [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.11.1)
21
+
22
+ ### Added
23
+ - _None._
24
+
25
+ ### Changed
26
+ - _None._
27
+
28
+ ### Fixed
29
+ - Added `project-teacher` to the README catalog list (was missing from the 0.11.0 docs update).
30
+ - Synced test expectations to reflect 12-skill catalog and `project-teacher` install behavior.
31
+
32
+ ### Removed
33
+ - _None._
34
+
19
35
  ## [0.10.5] - 2026-04-04
20
36
  [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.10.5)
21
37
 
package/README.md CHANGED
@@ -73,6 +73,7 @@ The catalog currently includes:
73
73
  - `angular-guidelines`
74
74
  - `figma-mcp-0to1`
75
75
  - `frontend-design`
76
+ - `project-teacher`
76
77
  - `review-rangers`
77
78
  - `react-guidelines`
78
79
  - `skill-creator`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/skilly-hand",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "publishConfig": {