chore(release): 0.15.0 [skip ci]

# [0.15.0](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.2...v0.15.0) (2026-03-28)

### Features

* add forced password change page on first login ([01cd1d9](https://github.com/siddharthksah/Stirling-Image/commit/01cd1d9f71427319284579b438ad08ede56517a6))
This commit is contained in:
semantic-release-bot
2026-03-28 06:02:41 +00:00
parent 01cd1d9f71
commit 21675623e7
9 changed files with 15 additions and 8 deletions
+7
View File
@@ -1,3 +1,10 @@
# [0.15.0](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.2...v0.15.0) (2026-03-28)
### Features
* add forced password change page on first login ([e0900a8](https://github.com/siddharthksah/Stirling-Image/commit/e0900a877643c75266aeed5ac29501458ef0dcda))
## [0.14.2](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.1...v0.14.2) (2026-03-28)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/api",
"version": "0.14.2",
"version": "0.15.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/docs",
"version": "0.14.2",
"version": "0.15.0",
"private": true,
"scripts": {
"docs:dev": "vitepress dev .",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/web",
"version": "0.14.2",
"version": "0.15.0",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "stirling-image",
"version": "0.14.2",
"version": "0.15.0",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/ai",
"version": "0.14.2",
"version": "0.15.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/image-engine",
"version": "0.14.2",
"version": "0.15.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "0.14.2",
"version": "0.15.0",
"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.14.2";
export const APP_VERSION = "0.15.0";