mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore(release): 0.14.2 [skip ci]
## [0.14.2](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.1...v0.14.2) (2026-03-28)
### Bug Fixes
* **tests:** remove temp DB cleanup that races with other test files ([b08e006](https://github.com/siddharthksah/Stirling-Image/commit/b08e006512744f13b893e92e9ac20ee6299ab41c))
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## [0.14.2](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.1...v0.14.2) (2026-03-28)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **tests:** remove temp DB cleanup that races with other test files ([498bfb3](https://github.com/siddharthksah/Stirling-Image/commit/498bfb3def2d6786fa5e387b3e30ede9768ef616))
|
||||||
|
|
||||||
## [0.14.1](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.0...v0.14.1) (2026-03-28)
|
## [0.14.1](https://github.com/siddharthksah/Stirling-Image/compare/v0.14.0...v0.14.1) (2026-03-28)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@stirling-image/api",
|
"name": "@stirling-image/api",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@stirling-image/docs",
|
"name": "@stirling-image/docs",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs:dev": "vitepress dev .",
|
"docs:dev": "vitepress dev .",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@stirling-image/web",
|
"name": "@stirling-image/web",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stirling-image",
|
"name": "stirling-image",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"packageManager": "pnpm@9.15.4",
|
"packageManager": "pnpm@9.15.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@stirling-image/ai",
|
"name": "@stirling-image/ai",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@stirling-image/image-engine",
|
"name": "@stirling-image/image-engine",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@stirling-image/shared",
|
"name": "@stirling-image/shared",
|
||||||
"version": "0.14.1",
|
"version": "0.14.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
|
|||||||
@@ -354,4 +354,4 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
|
|||||||
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
|
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
|
||||||
];
|
];
|
||||||
|
|
||||||
export const APP_VERSION = "0.14.1";
|
export const APP_VERSION = "0.14.2";
|
||||||
|
|||||||
Reference in New Issue
Block a user