chore(release): 0.17.4 [skip ci]

## [0.17.4](https://github.com/siddharthksah/Stirling-Image/compare/v0.17.3...v0.17.4) (2026-03-28)

### Bug Fixes

* prevent stale closure in pipeline step callbacks ([8b20fef](https://github.com/siddharthksah/Stirling-Image/commit/8b20fef2d8123411faa2c2379693136af6b0f9ba))
This commit is contained in:
semantic-release-bot
2026-03-28 08:43:23 +00:00
parent 8b20fef2d8
commit 04d412873d
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
## [0.17.4](https://github.com/siddharthksah/Stirling-Image/compare/v0.17.3...v0.17.4) (2026-03-28)
### Bug Fixes
* prevent stale closure in pipeline step callbacks ([c67f002](https://github.com/siddharthksah/Stirling-Image/commit/c67f0027804f167e250bd497505399c07b539c4e))
## [0.17.3](https://github.com/siddharthksah/Stirling-Image/compare/v0.17.2...v0.17.3) (2026-03-28)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "0.17.3",
"version": "0.17.4",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -354,4 +354,4 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "0.17.3";
export const APP_VERSION = "0.17.4";