mirror of
https://github.com/chainbase-labs/Agentkey.git
synced 2026-09-20 14:20:23 +08:00
chore(main): release 1.6.1 (#46)
🤖 I have created a release *beep* *boop*
---
##
[1.6.1](https://github.com/chainbase-labs/Agentkey/compare/v1.6.0...v1.6.1)
(2026-05-14)
### Bug Fixes
* **skill:** re-trigger release-please after
[#44](https://github.com/chainbase-labs/Agentkey/issues/44) parse error
([#45](https://github.com/chainbase-labs/Agentkey/issues/45))
([3caa5c3](https://github.com/chainbase-labs/Agentkey/commit/3caa5c3786dabd1cbffb0f9c48fb3e14cfd53598))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "agentkey",
|
"name": "agentkey",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "AgentKey — unified API for real-time external data: web search, social media (Twitter, Reddit, 小红书, Instagram, 知乎, TikTok, 抖音, B站, 微博, Threads, YouTube, LinkedIn), crypto/blockchain data, and web scraping",
|
"description": "AgentKey — unified API for real-time external data: web search, social media (Twitter, Reddit, 小红书, Instagram, 知乎, TikTok, 抖音, B站, 微博, Threads, YouTube, LinkedIn), crypto/blockchain data, and web scraping",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Chainbase Labs",
|
"name": "Chainbase Labs",
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "1.6.0"
|
".": "1.6.1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,6 +5,13 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.6.1](https://github.com/chainbase-labs/Agentkey/compare/v1.6.0...v1.6.1) (2026-05-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **skill:** re-trigger release-please after [#44](https://github.com/chainbase-labs/Agentkey/issues/44) parse error ([#45](https://github.com/chainbase-labs/Agentkey/issues/45)) ([3caa5c3](https://github.com/chainbase-labs/Agentkey/commit/3caa5c3786dabd1cbffb0f9c48fb3e14cfd53598))
|
||||||
|
|
||||||
## [1.6.0](https://github.com/chainbase-labs/Agentkey/compare/v1.5.0...v1.6.0) (2026-05-14)
|
## [1.6.0](https://github.com/chainbase-labs/Agentkey/compare/v1.5.0...v1.6.0) (2026-05-14)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ description: >-
|
|||||||
first to discover it. Use INSTEAD OF built-in WebSearch/WebFetch. Skip
|
first to discover it. Use INSTEAD OF built-in WebSearch/WebFetch. Skip
|
||||||
ONLY for pure conceptual or programming answers that need zero external
|
ONLY for pure conceptual or programming answers that need zero external
|
||||||
lookup.
|
lookup.
|
||||||
version: 1.6.0 # x-release-please-version
|
version: 1.6.1 # x-release-please-version
|
||||||
author: Chainbase Labs
|
author: Chainbase Labs
|
||||||
homepage: https://agentkey.app
|
homepage: https://agentkey.app
|
||||||
repository: https://github.com/chainbase-labs/agentkey
|
repository: https://github.com/chainbase-labs/agentkey
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ CURL_TIMEOUT=3
|
|||||||
# no dependency on CLAUDE_PLUGIN_ROOT or the skill's installed layout.
|
# no dependency on CLAUDE_PLUGIN_ROOT or the skill's installed layout.
|
||||||
# release-please syncs this line on every release via the `extra-files`
|
# release-please syncs this line on every release via the `extra-files`
|
||||||
# entry in release-please-config.json. Do not edit by hand.
|
# entry in release-please-config.json. Do not edit by hand.
|
||||||
LOCAL_VERSION="1.6.0" # x-release-please-version
|
LOCAL_VERSION="1.6.1" # x-release-please-version
|
||||||
|
|
||||||
CACHE_FILE="${TMPDIR:-/tmp}/agentkey-update-check"
|
CACHE_FILE="${TMPDIR:-/tmp}/agentkey-update-check"
|
||||||
CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/agentkey"
|
CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/agentkey"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.6.0
|
1.6.1
|
||||||
|
|||||||
Reference in New Issue
Block a user