v2.0.0-beta.36

This commit is contained in:
Lea Anthony
2022-05-01 11:10:05 +10:00
parent 490388ae8f
commit 9c7ef2d47c
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
package internal
var Version = "v2.0.0-beta.35"
var Version = "v2.0.0-beta.36"
+11
View File
@@ -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