Skip to content

Commit 1a08dc8

Browse files
committed
Bumped version to 5.10.5
1 parent 30087b6 commit 1a08dc8

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.CHANGELOG_internal.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## 5.10.4
1+
## 5.10.5
22
17 April 2026 (Friday)
33

4+
- vsmsh: Add update check functionality with tests
5+
- feat: implement update check for npm package version
6+
- test: add unit tests for version comparison logic
7+
- fix(test): handle various response scenarios in tests
48
- vsmsh: Updated command references from `nma` to `maiass`
59
- docs: replaced all occurrences of `nma` with `maiass` in CLI command examples
610
- docs: modified sections for configuration, manual setup, debugging, and workflow documentation

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## 5.10.4
1+
## 5.10.5
22
17 April 2026
33

4+
- Add update check functionality with tests
5+
- feat: implement update check for npm package version
6+
- test: add unit tests for version comparison logic
7+
- fix(test): handle various response scenarios in tests
48
- Updated command references from `nma` to `maiass`
59
- docs: replaced all occurrences of `nma` with `maiass` in CLI command examples
610
- docs: modified sections for configuration, manual setup, debugging, and workflow documentation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maiass",
33
"type": "module",
4-
"version": "5.10.4",
4+
"version": "5.10.5",
55
"description": "AI commit message generator, semantic versioning, and changelog automation for Git. One command stages, commits with AI, bumps version, and merges branches. Free credits on install — no sign-up needed.",
66
"main": "maiass.mjs",
77
"bin": {

0 commit comments

Comments
 (0)