Skip to content

Commit 719ffd9

Browse files
chore(main): release skillx 0.1.1 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f941e5c commit 719ffd9

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/cli": "0.1.0"
2+
"packages/cli": "0.1.1"
33
}

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/nextlevelbuilder/skillx/compare/skillx-v0.1.0...skillx-v0.1.1) (2026-02-12)
4+
5+
6+
### Features
7+
8+
* **cli:** add find command for search and interactive selection ([3354e41](https://github.com/nextlevelbuilder/skillx/commit/3354e41943245d5b3c1f3f864d6e393c25a36fe7))
9+
* initial SkillX.sh MVP implementation ([83e22ae](https://github.com/nextlevelbuilder/skillx/commit/83e22aebda1cb6dd088baa739188925e56a94c74))
10+
* **install:** track CLI installs with deduplicated counting ([e48a2e7](https://github.com/nextlevelbuilder/skillx/commit/e48a2e7eaea148b988b47d45faa90aca7b286764))
11+
* **skills:** auto-register GitHub repos as skills ([ad062f6](https://github.com/nextlevelbuilder/skillx/commit/ad062f6c48f41de8d33a73c74e93ba248ee1864a))

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skillx",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The Only Skill That Your AI Agent Needs.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)