From f6cdf4dc597a5c5cb1f78ff49237229b62037f0b Mon Sep 17 00:00:00 2001 From: sck_0 Date: Thu, 22 Jan 2026 16:35:07 +0100 Subject: [PATCH] docs: bump version to 2.10.0 and update changelog --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f960b4e..7ca7d200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- -## [2.9.0] - 2026-01-22 - "Automation & Maintenance" +--- + +## [2.10.0] - 2026-01-22 - "Developer Excellence" + +### Added + +- **New Skills**: + - `api-security-best-practices`: Comprehensive guide for secure API design and defense. + - `environment-setup-guide`: Systematic approach to project onboarding and tool configuration. + - `web-performance-optimization`: Methodologies for optimizing Core Web Vitals and loading speed. + +### Changed + +- **Enhanced Skill**: + - `code-review-checklist`: Replaced with a much more detailed and systematic version covering functionality, security, and quality. + +### Fixed + +- **Index & Registry**: Updated `skills_index.json` and `README.md` registry (Total: 238 skills). ### Added