Skip to content

Commit 146ee1b

Browse files
chore(release): 5.20.0 [skip ci]
# [5.20.0](v5.19.1...v5.20.0) (2026-03-27) ### Features * configurable sound style with bundled chime WAV files ([fd3799b](fd3799b))
1 parent fd3799b commit 146ee1b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.20.0](https://github.com/maystudios/maxsimcli/compare/v5.19.1...v5.20.0) (2026-03-27)
2+
3+
4+
### Features
5+
6+
* configurable sound style with bundled chime WAV files ([fd3799b](https://github.com/maystudios/maxsimcli/commit/fd3799b5f40c94298c3e5891ffac04a12401ffce))
7+
18
## [5.19.1](https://github.com/maystudios/maxsimcli/compare/v5.19.0...v5.19.1) (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.19.1",
3+
"version": "5.20.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.0';
2+
export const VERSION = '5.19.1';
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.0",
2+
"version": "5.19.1",
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)