From 4a42ec2261c207a91b6711ff4a1a807f895e1bca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:26:52 +0000 Subject: [PATCH] chore(main): release agentkey-skill 1.1.0 --- .claude-plugin/plugin.json | 4 ++-- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 84c7d19..c82ba76 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "agentkey", - "version": "1.0.0", - "description": "AgentKey \u2014 unified API for real-time external data: web search, social media (Twitter, Reddit, \u5c0f\u7ea2\u4e66, Instagram, \u77e5\u4e4e, TikTok, \u6296\u97f3, B\u7ad9, \u5fae\u535a, Threads, YouTube, LinkedIn), crypto/blockchain data, and web scraping", + "version": "1.1.0", + "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": { "name": "Chainbase Labs", "url": "https://agentkey.app" diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8becd28..176beb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.0](https://github.com/chainbase-labs/agentkey/compare/agentkey-skill-v1.0.0...agentkey-skill-v1.1.0) (2026-04-23) + + +### Features + +* cache update check result for 24h ([#5](https://github.com/chainbase-labs/agentkey/issues/5)) ([27e0ebe](https://github.com/chainbase-labs/agentkey/commit/27e0ebe20e3af26667ff852a318b2f8439964372)) + ## [1.0.0] - 2026-04-22 Initial public release.