Skip to content

Commit

Permalink
release v2.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
misitebao committed Mar 15, 2022
1 parent 6e71a3f commit 9442e3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [v2.0.0-beta.6] - 2022-03-16

### Changed

- Upgrade `vite` and `vue` to the latest version ([[email protected]](https://github.com/vitejs/vite/releases/tag/v2.8.6), [[email protected]](https://github.com/vuejs/core/releases/tag/v3.2.31)) by [@misitebao](https://github.com/misitebao)

### Fixed

- Fix mac window border display problem by [@misitebao](https://github.com/misitebao)

## [v2.0.0-beta.5] - 2022-03-06

### Added
Expand All @@ -22,6 +32,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- Modify window size by [@crushonyou18](https://github.com/crushonyou18)

[unreleased]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.5...HEAD
[unreleased]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.6...HEAD
[v2.0.0-beta.6]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.5...v2.0.0-beta.6
[v2.0.0-beta.5]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.4...v2.0.0-beta.5
[v2.0.0-beta.4]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.3...v2.0.0-beta.4
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wails-template-vue",
"version":"2.0.0-beta.5",
"version": "2.0.0-beta.6",
"shortname": "vue",
"author": "Misitebao <[email protected]>",
"description": "A template using vue and vue-router",
Expand Down

0 comments on commit 9442e3e

Please sign in to comment.