@skilly-hand/skilly-hand 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,21 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ### Added
8
+ - _None._
9
+
10
+ ### Changed
11
+ - _None._
12
+
13
+ ### Fixed
14
+ - _None._
15
+
16
+ ### Removed
17
+ - _None._
18
+
19
+ ## [0.1.1] - 2026-04-03
20
+ [View on npm](https://www.npmjs.com/package/@skilly-hand/skilly-hand/v/0.1.1)
21
+
7
22
  ### Added
8
23
  - Added automated changelog rotation via `scripts/release-changelog.mjs` to create dated release sections with npm version links.
9
24
 
@@ -14,4 +29,4 @@ All notable changes to this project are documented in this file.
14
29
  - _None._
15
30
 
16
31
  ### Removed
17
- - _None._
32
+ - Removed `source/legacy/` directory containing the old skills and agentic structure superseded by the catalog.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skilly-hand/skilly-hand",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "CC-BY-NC-4.0",
5
5
  "type": "module",
6
6
  "publishConfig": {