diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 3f17e69..1fe65b9 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -6,9 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [v2.0.0-beta.5] - 2022-03-06 + ### Added -- Add watcher in `dev` mode +- Add `frontend:dev:watcher` by [@misitebao](https://github.com/misitebao), corresponding to wails cli version is [v2.0.0-beta.33](https://github.com/wailsapp/wails/releases/tag/v2.0.0-beta.33) ## [v2.0.0-beta.4] - 2022-02-23 @@ -20,4 +22,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Modify window size by [@crushonyou18](https://github.com/crushonyou18) -**Full Changelog**: [v2.0.0-beta.3...v2.0.0-beta.4](https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.3...v2.0.0-beta.4) +[unreleased]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.5...HEAD +[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