Releases: mikaelkaron/skills
Releases · mikaelkaron/skills
Release list
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2026-05-26)
- chore(260526-w09-01)!: delete packages/cli and regenerate package-lock.json (d127ca1)
Bug Fixes
- 02: CR-01 escape regex metacharacters in buildSkipFilter step ID matching (591708c)
- 02: CR-02 add permissions: {} to setup job in release.yml (6f46d65)
- 02: IN-01 anchor workflow test file paths to import.meta.url (a60a930)
- 02: IN-02 add skip_changelog input to release.yml and test coverage (5243d1b)
- 02: IN-03 remove explicit undefined suffix from withId calls, support overloaded signature (f8bcb23)
- 02: WR-01 route release.yml inputs through env vars to prevent shell injection (cb35f8b)
- 02: WR-02 remove redundant npm test step, keep only test:coverage in CI (47a2adf)
- 02: WR-03 fix [skip ci] guard to also check PR title on pull_request events (bf52a3b)
- 02: WR-04 pin lcov-reporter-action to commit SHA instead of mutable tag (fb339aa)
- 02: WR-05 find semantic-release step by run content instead of last index (8d83a95)
- 02: WR-06 regenerate package-lock.json after version bump in release pipeline (5a73688)
- 260526-w09-01: remove packages/cli from release config and update tests (9fbc73b)
- ci: add time attribute to root element (cffc0a2)
- ci: correct YAML indentation in job if expression (431124d)
- ci: remove job-level if condition that was blocking push triggers (d055998)
- ci: remove redundant skip-ci checks, GitHub handles these natively (c320f4e)
- ci: repair JUnit XML before dorny processes it (c76d158)
- ci: replace Python heredoc with TS fix-junit script (2a6be0d)
- ci: restore checks:write permission (8a017f2)
- ci: restore job if condition for draft PR and skip ci gating (ae19e1b)
- ci: simplify job if condition, remove head_commit reference (930c470)
- clean up .gitignore by removing duplicate entries and organizing ignored files (34396af)
- release: replace regex skip filter with exact Set membership (66526b7)
- types: add .d.mts declarations for .mjs modules, fix test type errors (1c3c865)
- types: allow JS imports and add @types/js-yaml for test type check (94b9212)
BREAKING CHANGES
- @mikaelkaron/skills-cli is no longer published as a separate npm package. The oclif configuration has been merged into the root @mikaelkaron/skills package.