chore(release): 0.12.1 [skip ci]

## [0.12.1](https://github.com/siddharthksah/Stirling-Image/compare/v0.12.0...v0.12.1) (2026-03-27)

### Bug Fixes

* **docs:** clean up footer llms.txt links ([a4d4d36](https://github.com/siddharthksah/Stirling-Image/commit/a4d4d368286a80decf73563ca6d7e7cae119099a))
This commit is contained in:
semantic-release-bot
2026-03-27 09:11:21 +00:00
parent a4d4d36828
commit 10b15bf838
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
## [0.12.1](https://github.com/siddharthksah/Stirling-Image/compare/v0.12.0...v0.12.1) (2026-03-27)
### Bug Fixes
* **docs:** clean up footer llms.txt links ([e842cde](https://github.com/siddharthksah/Stirling-Image/commit/e842cde838ad3deb1437c4c43c8ccd796276248c))
# [0.12.0](https://github.com/siddharthksah/Stirling-Image/compare/v0.11.1...v0.12.0) (2026-03-27)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "0.12.0",
"version": "0.12.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "0.12.0",
"version": "0.12.1",
"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.12.0";
export const APP_VERSION = "0.12.1";