Skip to content

Commit 89b2a23

Browse files
chore(release): 1.0.0 [skip ci]
1 parent 37104be commit 89b2a23

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 1.0.0 (2026-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** always emit remote progress lines in tty ([8702a15](https://github.com/thedaviddias/skill-check/commit/8702a152a5b653fd8a87a9600e02254aad28e7ad))
7+
* default root invocation to check current directory ([37104be](https://github.com/thedaviddias/skill-check/commit/37104becf692d9b29c762d6346f3b541dea71f40))
8+
* document npm Trusted Publishing and set registry-url in release workflow ([9679462](https://github.com/thedaviddias/skill-check/commit/96794629d22df4da5538d9f7f4631560bc156e53))
9+
* show progress while generating share output ([ae5fee4](https://github.com/thedaviddias/skill-check/commit/ae5fee4fc235e756467986d563acbdc61c8ba6b4))
10+
* show progress while generating share output ([7a87b37](https://github.com/thedaviddias/skill-check/commit/7a87b3769a32746974d0ba801e76d59e7586c8b6))
11+
* use full GitHub URL for README demo image on npm ([e7f4801](https://github.com/thedaviddias/skill-check/commit/e7f4801d840b18fc0f2d62b8182e0026016c96da))
12+
13+
14+
### Features
15+
16+
* add shareable CLI summary card and GitHub URL targets ([95e4de0](https://github.com/thedaviddias/skill-check/commit/95e4de0c7936a007ea6af2e88af8174c29bc1ac3))
17+
* **cli:** add remote URL loader feedback and stderr progress ([5486b6b](https://github.com/thedaviddias/skill-check/commit/5486b6bce4f159293a65ca992a591ee5f7e1b925))
18+
* ship CLI UX, split-body workflow, and scan improvements ([1c6cdb4](https://github.com/thedaviddias/skill-check/commit/1c6cdb433172a66e3b4ff60d596036b6c8a47866))
19+
120
# Changelog
221

322
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skill-check",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Linter for agent skill files",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)