From 59d0b68cd79bdd4235f2e447aedec04fd470a8b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Apr 2024 16:00:33 +0000 Subject: [PATCH] chore(release): 1.3.30 [skip ci] ## [1.3.30](https://github.com/ThornWalli/web-workbench/compare/v1.3.29...v1.3.30) (2024-04-16) ### Bug Fixes * **extras:** fix window positions ([bbd434f](https://github.com/ThornWalli/web-workbench/commit/bbd434fcebdb918b51e8d69bf5e7cca66a41c793)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f72eb3c29..f534ba84f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +## [1.3.30](https://github.com/ThornWalli/web-workbench/compare/v1.3.29...v1.3.30) (2024-04-16) + + +### Bug Fixes + +* **extras:** fix window positions ([bbd434f](https://github.com/ThornWalli/web-workbench/commit/bbd434fcebdb918b51e8d69bf5e7cca66a41c793)) + ## [1.3.29](https://github.com/ThornWalli/web-workbench/compare/v1.3.28...v1.3.29) (2024-02-03) diff --git a/package-lock.json b/package-lock.json index 10b6db18e..08f1692f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-workbench", - "version": "1.3.29", + "version": "1.3.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-workbench", - "version": "1.3.29", + "version": "1.3.30", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 409bfeb75..7df601bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-workbench", - "version": "1.3.29", + "version": "1.3.30", "description": "Old operating system as homepage.", "author": "Thorn-Welf Walli", "contributors": [ @@ -42,4 +42,4 @@ "dependencies": { "read-pkg": "9.0.1" } -} \ No newline at end of file +}