chore(release): 4.10.0

This commit is contained in:
sck_0
2026-02-06 08:52:45 +01:00
parent 4dcc4b29b0
commit 69e1545618
5 changed files with 56 additions and 3 deletions

View File

@@ -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).

View File

@@ -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

4
package-lock.json generated
View File

@@ -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"

View File

@@ -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": {

25
release_notes.md Normal file
View File

@@ -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)