Skip to content

Commit ecd7c7c

Browse files
committed
chore(release): v0.5.0
1 parent f08418b commit ecd7c7c

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.5.0](///compare/v0.4.0...v0.5.0) (2025-12-15)
10+
11+
### Features
12+
13+
* **cli:** add prompts for standards, pre-commit and response style aa76c3b
14+
* **cli:** add standards command with scan, preview and category options 8d3c195
15+
* **constants:** add pre-commit config defaults and presets e4ff6bb
16+
* **constants:** add response style defaults and guidelines generator e5b038b
17+
* **constants:** add standards defaults and presets ca1d2c7
18+
* **docs:** register security, performance and design standards modules e0bb338
19+
* **git-hooks:** add configurable pre-commit hook generator f1ae86b
20+
* **init:** use existing config values as defaults when re-running c605b5e
21+
* **lib:** add standards library with definitions, replacer and scanner 6df3e5f
22+
* **standards:** add template sync functionality with --update-templates option a17968e
23+
* **templates:** add security and performance templates, add placeholders to existing 119af3f
24+
25+
### Refactoring
26+
27+
* **config:** rename config file to qazuor-claude-config.json 5576e55
28+
29+
### Documentation
30+
31+
* update changelog and readme for v0.5.0 features 81bd901
32+
933
## [0.4.0](///compare/v0.3.1...v0.4.0) (2025-12-13)
1034

1135
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qazuor/claude-code-config",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "CLI tool to install and manage Claude Code configurations",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)