Skip to content

Commit

Permalink
v2.0.0-beta.36
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed May 1, 2022
1 parent 490388a commit 9c7ef2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion v2/cmd/wails/internal/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package internal

var Version = "v2.0.0-beta.35"
var Version = "v2.0.0-beta.36"
11 changes: 11 additions & 0 deletions website/src/pages/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c7ef2d

Please sign in to comment.