chore(release): 0.7.0 [skip ci]

# [0.7.0](https://github.com/siddharthksah/Stirling-Image/compare/v0.6.0...v0.7.0) (2026-03-24)

### Features

* harden auth, security headers, SVG sanitization, and pipeline ownership ([432cc92](https://github.com/siddharthksah/Stirling-Image/commit/432cc92471b73b73ab9d1be4a82a71d3ed3a88ad))
* **pipeline:** add inline settings configuration for automation steps ([adc7e1c](https://github.com/siddharthksah/Stirling-Image/commit/adc7e1c0370df1687b0660bdff279c90ac9d0871))
This commit is contained in:
semantic-release-bot
2026-03-24 13:38:48 +00:00
parent adc7e1c037
commit 5d261398b1
9 changed files with 16 additions and 8 deletions
+8
View File
@@ -1,3 +1,11 @@
# [0.7.0](https://github.com/siddharthksah/Stirling-Image/compare/v0.6.0...v0.7.0) (2026-03-24)
### Features
* harden auth, security headers, SVG sanitization, and pipeline ownership ([beaad1d](https://github.com/siddharthksah/Stirling-Image/commit/beaad1d3044f6b2535aacb6a67541464f736778b))
* **pipeline:** add inline settings configuration for automation steps ([827eae8](https://github.com/siddharthksah/Stirling-Image/commit/827eae824543ab9cea2a5d3a82acd388736fa424))
# [0.6.0](https://github.com/siddharthksah/Stirling-Image/compare/v0.5.2...v0.6.0) (2026-03-24)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -88,4 +88,4 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "0.6.0";
export const APP_VERSION = "0.7.0";