chore(release): 1.15.1 [skip ci]

## [1.15.1](https://github.com/ashim-hq/ashim/compare/v1.15.0...v1.15.1) (2026-04-16)

### Bug Fixes

* **docker:** create /opt/models unconditionally so chown works in CI ([93ce289](https://github.com/ashim-hq/ashim/commit/93ce2891cc26afc93f01168d008927d3d356c1a9))
* **docker:** run frontend builder on BUILDPLATFORM to fix esbuild crash under QEMU ([6a3ad0d](https://github.com/ashim-hq/ashim/commit/6a3ad0d496e291b30a3f719ca079c43ce7aab705))
* resolve runtime model path mismatch for non-root Docker user ([f28792a](https://github.com/ashim-hq/ashim/commit/f28792a5ed78221f38cf2f3c80cae9f24cd7f5e3))
This commit is contained in:
semantic-release-bot
2026-04-16 15:46:06 +00:00
parent 1de0dd12bf
commit fd1eb9c781
9 changed files with 17 additions and 8 deletions
+9
View File
@@ -1,3 +1,12 @@
## [1.15.1](https://github.com/ashim-hq/ashim/compare/v1.15.0...v1.15.1) (2026-04-16)
### Bug Fixes
* **docker:** create /opt/models unconditionally so chown works in CI ([93ce289](https://github.com/ashim-hq/ashim/commit/93ce2891cc26afc93f01168d008927d3d356c1a9))
* **docker:** run frontend builder on BUILDPLATFORM to fix esbuild crash under QEMU ([6a3ad0d](https://github.com/ashim-hq/ashim/commit/6a3ad0d496e291b30a3f719ca079c43ce7aab705))
* resolve runtime model path mismatch for non-root Docker user ([f28792a](https://github.com/ashim-hq/ashim/commit/f28792a5ed78221f38cf2f3c80cae9f24cd7f5e3))
# [1.14.0](https://github.com/ashim-hq/ashim/compare/v1.13.0...v1.14.0) (2026-04-10)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ashim/api",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ashim/docs",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ashim/web",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ashim",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ashim/ai",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ashim/image-engine",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ashim/shared",
"version": "1.15.0",
"version": "1.15.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
+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.0";
export const APP_VERSION = "1.15.1";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).