chore(release): 1.15.4 [skip ci]

## [1.15.4](https://github.com/ashim-hq/ashim/compare/v1.15.3...v1.15.4) (2026-04-17)

### Bug Fixes

* verbose error handling, batch processing, and multi-file support ([3223960](https://github.com/ashim-hq/ashim/commit/32239600ae6ce30628e77e61a805ca0a167b5068))
* verbose errors, batch processing, multi-file support ([#1](https://github.com/ashim-hq/ashim/issues/1)) ([8b87cf8](https://github.com/ashim-hq/ashim/commit/8b87cf888c6194e2af427a180607d7c53a1d15b9))
This commit is contained in:
semantic-release-bot
2026-04-17 06:21:10 +00:00
parent 8b87cf888c
commit 3dc98374e2
9 changed files with 16 additions and 8 deletions
+8
View File
@@ -1,3 +1,11 @@
## [1.15.4](https://github.com/ashim-hq/ashim/compare/v1.15.3...v1.15.4) (2026-04-17)
### Bug Fixes
* verbose error handling, batch processing, and multi-file support ([3223960](https://github.com/ashim-hq/ashim/commit/32239600ae6ce30628e77e61a805ca0a167b5068))
* verbose errors, batch processing, multi-file support ([#1](https://github.com/ashim-hq/ashim/issues/1)) ([8b87cf8](https://github.com/ashim-hq/ashim/commit/8b87cf888c6194e2af427a180607d7c53a1d15b9))
## [1.15.3](https://github.com/ashim-hq/ashim/compare/v1.15.2...v1.15.3) (2026-04-16) ## [1.15.3](https://github.com/ashim-hq/ashim/compare/v1.15.2...v1.15.3) (2026-04-16)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ashim/api", "name": "@ashim/api",
"version": "1.15.3", "version": "1.15.4",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ashim/docs", "name": "@ashim/docs",
"version": "1.15.3", "version": "1.15.4",
"private": true, "private": true,
"scripts": { "scripts": {
"docs:dev": "vitepress dev .", "docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ashim/web", "name": "@ashim/web",
"version": "1.15.3", "version": "1.15.4",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ashim", "name": "ashim",
"version": "1.15.3", "version": "1.15.4",
"private": true, "private": true,
"packageManager": "pnpm@9.15.4", "packageManager": "pnpm@9.15.4",
"scripts": { "scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ashim/ai", "name": "@ashim/ai",
"version": "1.15.3", "version": "1.15.4",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ashim/image-engine", "name": "@ashim/image-engine",
"version": "1.15.3", "version": "1.15.4",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@ashim/shared", "name": "@ashim/shared",
"version": "1.15.3", "version": "1.15.4",
"private": true, "private": true,
"type": "module", "type": "module",
"main": "./src/index.ts", "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 }, { id: "none", label: "None", width: 0, height: 0 },
]; ];
export const APP_VERSION = "1.15.3"; export const APP_VERSION = "1.15.4";
/** /**
* Tool IDs that require the Python sidecar (AI/ML tools). * Tool IDs that require the Python sidecar (AI/ML tools).