diff --git a/CHANGELOG.md b/CHANGELOG.md index 094b93ff1..cb590f74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Project Changelog +## [1.3.33-beta.1](https://github.com/ThornWalli/web-workbench/compare/v1.3.32...v1.3.33-beta.1) (2024-08-24) + + +### Bug Fixes + +* **tools:** added tools ([e619686](https://github.com/ThornWalli/web-workbench/commit/e619686a62c9a39d686d2c3532600be2cb5b6376)) +* **update:** improvements ([e431e6d](https://github.com/ThornWalli/web-workbench/commit/e431e6d5500591f4046caf0325fa5a21d8ed37c5)) + ## [1.3.32](https://github.com/ThornWalli/web-workbench/compare/v1.3.31...v1.3.32) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index 92ee9a177..2a576ec2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-workbench", - "version": "1.3.32", + "version": "1.3.33-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-workbench", - "version": "1.3.32", + "version": "1.3.33-beta.1", "hasInstallScript": true, "license": "MIT", "workspaces": [ diff --git a/package.json b/package.json index 3f44cb892..03232dc5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-workbench", - "version": "1.3.32", + "version": "1.3.33-beta.1", "description": "Old operating system as homepage.", "author": "Thorn-Welf Walli", "contributors": [ @@ -42,4 +42,4 @@ "workspaces": [ "./packages/*" ] -} \ No newline at end of file +}