From 9213cb87dab83f46990d83cc10dd884b6471d70d Mon Sep 17 00:00:00 2001 From: misitebao Date: Wed, 23 Mar 2022 23:07:36 +0800 Subject: [PATCH] release v2.0.0-beta.7 --- .github/CHANGELOG.md | 13 ++++++++++++- template.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 421123d..e4a7182 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +## [v2.0.0-beta.7] - 2022-03-23 + +### Added + +- `Typescript` templates add internationalization support by [@misitebao](https://github.com/misitebao) + +### Changed + +- Replaced `Javascript` template `vue-i18n` with `composition-api` by [@misitebao](https://github.com/misitebao) + ## [v2.0.0-beta.6] - 2022-03-16 ### Changed @@ -32,7 +42,8 @@ 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.6...HEAD +[unreleased]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.7...HEAD +[v2.0.0-beta.7]: https://github.com/misitebao/wails-template-vue/compare/v2.0.0-beta.6...v2.0.0-beta.7 [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 diff --git a/template.json b/template.json index 3d2fa2d..c210d05 100644 --- a/template.json +++ b/template.json @@ -1,6 +1,6 @@ { "name": "wails-template-vue", - "version": "2.0.0-beta.6", + "version": "2.0.0-beta.7", "shortname": "vue", "author": "Misitebao ", "description": "A template using vue and vue-router",