From 12111163afc405ca867df9ceeae498e17708b96b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:54:10 +0000 Subject: [PATCH] chore(main): release skills 0.43.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5795308..2ff8218 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.42.0" + ".": "0.43.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e7384..1c05e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.43.0](https://github.com/aibtcdev/skills/compare/skills-v0.42.0...skills-v0.43.0) (2026-07-16) + + +### Features + +* **hodlmm-bin-guardian:** detect grid-edge pinned pools — distinct PINNED action instead of an unpassable slippage HOLD ([#408](https://github.com/aibtcdev/skills/issues/408)) ([e0334ef](https://github.com/aibtcdev/skills/commit/e0334ef960117fd400adac15107c7e9f4fc01fea)) + + +### Bug Fixes + +* **bitflow-hodlmm-deposit:** allow first-time deposit by handling BFF user-bins 404 ([#397](https://github.com/aibtcdev/skills/issues/397)) ([6e1b320](https://github.com/aibtcdev/skills/commit/6e1b3203c3ba0c5aa57142fb661d016d771d099d)) +* **bitflow-hodlmm-deposit:** key NFT post-conditions on actual NFT ownership, not userLiquidity > 0 ([#409](https://github.com/aibtcdev/skills/issues/409)) ([8754892](https://github.com/aibtcdev/skills/commit/8754892b3988cde653f8fd0aa35e60baefc3448a)) +* **dca:** validated configurable fee; fix(defi-portfolio-scanner): LTV threshold scale consistency (dormant until ltv is populated) ([#410](https://github.com/aibtcdev/skills/issues/410)) ([5b71650](https://github.com/aibtcdev/skills/commit/5b7165002ff1640b77b09714ecf3b50dee9adecf)) + ## [0.42.0](https://github.com/aibtcdev/skills/compare/skills-v0.41.0...skills-v0.42.0) (2026-05-11) diff --git a/package.json b/package.json index 01c66c7..b388e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aibtc/skills", - "version": "0.42.0", + "version": "0.43.0", "description": "Claude Code skills for Bitcoin/Stacks blockchain operations — flat SKILL.md + colocated TypeScript CLI scripts.", "type": "module", "scripts": {