From 9c7ef2d47c119b6dcbf4aa5437154adb1787c5fc Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 1 May 2022 11:10:05 +1000 Subject: [PATCH] v2.0.0-beta.36 --- v2/cmd/wails/internal/version.go | 2 +- website/src/pages/changelog.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/v2/cmd/wails/internal/version.go b/v2/cmd/wails/internal/version.go index 6f8c458c..f1c51185 100644 --- a/v2/cmd/wails/internal/version.go +++ b/v2/cmd/wails/internal/version.go @@ -1,3 +1,3 @@ package internal -var Version = "v2.0.0-beta.35" +var Version = "v2.0.0-beta.36" diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 8e1353ef..086a7427 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [v2.0.0-beta.36] - 2022-04-27 + +### Fixed +- [v2] Validate devServer property to be of the correct form by [@stffabi](https://github.com/stffabi) in https://github.com/wailsapp/wails/pull/1359 +- [v2, darwin] Initialize native variables on stack to prevent segfault by [@stffabi](https://github.com/stffabi) in https://github.com/wailsapp/wails/pull/1362 +- Vue-TS template fix + +### Changed +- Added `OnStartup` method back to default templates + ## [v2.0.0-beta.35] - 2022-04-27 ### Breaking Changes