From 69e1545618d77978863dda9c47a9bf1ff2a5ca3b Mon Sep 17 00:00:00 2001 From: sck_0 Date: Fri, 6 Feb 2026 08:52:45 +0100 Subject: [PATCH] chore(release): 4.10.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ README.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- release_notes.md | 25 +++++++++++++++++++++++++ 5 files changed, 56 insertions(+), 3 deletions(-) create mode 100644 release_notes.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d01f2e15..168b1eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [4.10.0] - 2026-02-06 - "Composio Automation + .NET Backend" + +> Merged two community PRs adding broad automation coverage and a dedicated .NET backend skill. + +### Added + +- **79 new skills total**: +- **78 Composio/Rube automation skills** across CRM, productivity, comms, analytics, support, and DevOps tools (PR #64). +- **1 new `.NET backend` skill** for ASP.NET Core enterprise APIs (PR #65). +- **Registry** now tracks **713 skills** (from 634). + +### Changed + +- Synced generated registry artifacts after merges: +- `README.md` +- `skills_index.json` +- `CATALOG.md` +- `data/catalog.json` +- `data/bundles.json` +- `data/aliases.json` + +### Contributors + +- [@sohamganatra](https://github.com/sohamganatra) - 78 Composio automation skills (PR #64) +- [@Nguyen-Van-Chan](https://github.com/Nguyen-Van-Chan) - .NET backend skill (PR #65) + ## [4.9.0] - 2026-02-05 - "OSS Hunter & Universal Skills" > Automated contribution hunting and universal CLI AI skills (Audio, YouTube, Prompt Engineering). diff --git a/README.md b/README.md index 02f3e181..d6b733cd 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,8 @@ We officially thank the following contributors for their help in making this rep - [@devchangjun](https://github.com/devchangjun) - [@jackjin1997](https://github.com/jackjin1997) - [@ericgandrade](https://github.com/ericgandrade) +- [@sohamganatra](https://github.com/sohamganatra) +- [@Nguyen-Van-Chan](https://github.com/Nguyen-Van-Chan) ## Star History diff --git a/package-lock.json b/package-lock.json index e581a589..332964d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antigravity-awesome-skills", - "version": "4.9.0", + "version": "4.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "antigravity-awesome-skills", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "bin": { "antigravity-awesome-skills": "bin/install.js" diff --git a/package.json b/package.json index 6e5b269c..08b1a42b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antigravity-awesome-skills", - "version": "4.9.0", + "version": "4.10.0", "description": "626+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { diff --git a/release_notes.md b/release_notes.md new file mode 100644 index 00000000..3bc4cd57 --- /dev/null +++ b/release_notes.md @@ -0,0 +1,25 @@ +## [4.10.0] - 2026-02-06 - "Composio Automation + .NET Backend" + +> Merged two community PRs adding broad automation coverage and a dedicated .NET backend skill. + +### Added + +- 79 new skills total: +- 78 Composio/Rube automation skills (PR #64) +- 1 .NET backend skill (PR #65) +- Registry increased from 634 to 713 skills. + +### Changed + +- Synced generated registry artifacts: +- README.md +- skills_index.json +- CATALOG.md +- data/catalog.json +- data/bundles.json +- data/aliases.json + +### Contributors + +- [@sohamganatra](https://github.com/sohamganatra) +- [@Nguyen-Van-Chan](https://github.com/Nguyen-Van-Chan)