Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "alphafi-skills",
"version": "0.1.0",
"version": "0.1.1",
"description": "AlphaFi DeFi skills: AlphaLend, vaults, stSUI",
"author": { "name": "AlphaFi" },
"author": {
"name": "AlphaFi"
},
"license": "MIT"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ single semver string held in lockstep across the four `metadata.version`
fields under `skills/` and `.claude-plugin/plugin.json`; any change under
`skills/` bumps it and adds an entry below in the same change set.

## 0.1.1 — CI gate probe (synthetic, never released)

### Changed

- Synthetic pull request proving a CI gate; closed without merge.

## 0.1.0 — development (unreleased)

Development version of the first cycle; bumped to `1.0.0` at the v1 release.
Expand Down
2 changes: 1 addition & 1 deletion skills/alphafi-alphalend/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ compatibility: >-
license: MIT
metadata:
author: AlphaFi
version: "0.1.0"
version: "0.1.1"
---

# AlphaFi AlphaLend
Expand Down
Loading
Loading