Skip to content

Commit e5297e8

Browse files
chore(release): 5.21.0 [skip ci]
# [5.21.0](v5.20.0...v5.21.0) (2026-03-27) ### Features * add volume control for bundled sounds (0-100) ([942deca](942deca))
1 parent 942deca commit e5297e8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.21.0](https://github.com/maystudios/maxsimcli/compare/v5.20.0...v5.21.0) (2026-03-27)
2+
3+
4+
### Features
5+
6+
* add volume control for bundled sounds (0-100) ([942deca](https://github.com/maystudios/maxsimcli/commit/942deca868c2ffc090d6799f262f82db286bc8c0))
7+
18
# [5.20.0](https://github.com/maystudios/maxsimcli/compare/v5.19.1...v5.20.0) (2026-03-27)
29

310

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maxsimcli",
3-
"version": "5.20.0",
3+
"version": "5.21.0",
44
"private": false,
55
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by MayStudios.",
66
"bin": {

packages/cli/src/core/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** MaxsimCLI version — auto-injected from package.json at build time. */
2-
export const VERSION = '5.19.1';
2+
export const VERSION = '5.20.0';
33

44
/**
55
* Parse a semantic version string into components.

templates/templates/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.19.1",
2+
"version": "5.20.0",
33
"__doc_model_profiles": {
44
"_description": "Reference: model assignments per profile. Actual values are defined in code — this table is for documentation only.",
55
"quality": {

0 commit comments

Comments
 (0)