chore(release): v2.1.1

This commit is contained in:
Luong NGUYEN
2026-03-13 10:50:33 +01:00
parent dc64618a69
commit 475efeea16
3 changed files with 16 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: self-assessment
version: 2.1.0
version: 2.1.1
description: Comprehensive Claude Code self-assessment and learning path advisor. Runs a multi-category quiz covering 10 feature areas, produces a detailed skill profile with per-topic scores, identifies specific gaps, and generates a personalized learning path with prioritized next steps. Use when asked to "assess my level", "take the quiz", "find my level", "where should I start", "what should I learn next", "check my skills", "skill check", or "level up".
---
+11
View File
@@ -1,5 +1,16 @@
# Changelog
## v2.1.1 — 2026-03-13
### Bug Fixes
- Remove dead marketplace link failing CI link checks (3fdf0d6) @luongnv89
- Add `sandboxed` and `pycache` to cSpell dictionary (dc64618) @luongnv89
**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.1.0...v2.1.1
---
## v2.1.0 — 2026-03-13
### Features
+4 -27
View File
@@ -1,31 +1,8 @@
## v2.1.0 — 2026-03-13
### Features
- Add adaptive learning path with self-assessment and lesson quiz skills (1ef46cd)
- `/self-assessment` — interactive proficiency quiz across 10 feature areas with personalized learning path
- `/lesson-quiz [lesson]` — per-lesson knowledge check with 8-10 targeted questions
## v2.1.1 — 2026-03-13
### Bug Fixes
- Update broken URLs, deprecations, and outdated references (8fe4520)
- Fix broken links in resources and self-assessment skill (7a05863)
- Use tilde fences for nested code blocks in concepts guide (5f82719) — thanks @VikalpP!
- Add missing words to cSpell dictionary (8df7572)
- Remove dead marketplace link failing CI link checks (3fdf0d6)
- Add `sandboxed` and `pycache` to cSpell dictionary (dc64618)
### Documentation
- Phase 5 QA — fix consistency, URLs, and terminology across docs (00bbe4c)
- Complete Phases 3-4 — new feature coverage and reference doc updates (132de29)
- Add MCPorter runtime to MCP context bloat section (ef52705)
- Add missing commands, features, and settings across 6 guides (4bc8f15)
- Add style guide based on existing repo conventions (84141d0)
- Add self-assessment row to guide comparison table (8fe0c96)
- Add VikalpP to contributors list for PR #7 (d5b4350)
- Add self-assessment and lesson-quiz skill references to README and roadmap (d5a6106)
### New Contributors
- @VikalpP made their first contribution in #7
**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.0.0...v2.1.0
**Full Changelog**: https://github.com/luongnv89/claude-howto/compare/v2.1.0...v2.1.1