chore(release): 1.15.8 [skip ci]

## [1.15.8](https://github.com/ashim-hq/ashim/compare/v1.15.7...v1.15.8) (2026-04-17)

### Bug Fixes

* copy Node.js from official image instead of apt-get install ([536125e](https://github.com/ashim-hq/ashim/commit/536125ec9fbc5758bdd3e8f0f4c44253de2231c7))
This commit is contained in:
semantic-release-bot
2026-04-17 07:36:40 +00:00
parent 536125ec9f
commit 95af281584
9 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -1180,7 +1180,7 @@ export const PRINT_LAYOUTS: PrintLayout[] = [
{ id: "none", label: "None", width: 0, height: 0 },
];
export const APP_VERSION = "1.15.7";
export const APP_VERSION = "1.15.8";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).