From 220569a62b28100b5301bad137e8376ca604f6cb Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Tue, 23 Apr 2024 13:42:40 -0400 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 721ac10..346f8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Nothing yet. +## [2.0.0] - 2024-04-23 + +### Changed + +- Recreated a new Vue3 project. +- Refactored views and components to use `logitar-vue3-ui`. +- Replaced the need for a Backend by Frontend implementations of fake APIs. + ## [1.0.0] - 2023-06-21 ### Added @@ -31,4 +39,5 @@ Nothing yet. - ConfiguredGraphQL. [unreleased]: https://github.com/Logitar/Vue3Template/compare/v1.0.0...HEAD +[2.0.0]: https://github.com/Logitar/Vue3Template/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/Logitar/Vue3Template/releases/tag/v1.0.0