From 8469c46d6c6cd05058de2faa1b7633c1f1239824 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Aug 2023 10:50:20 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639fd20d8..13a6f86b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added a `copy-assets` build step + +### Changed + +- Improved the redirection of the home page to the localized home page +- Upgraded `angular` from version `15.2.5` to `16.1.8` +- Upgraded `nestjs` from version `9.1.4` to `10.1.3` +- Upgraded `Nx` from version `16.0.3` to `16.5.5` + ## 1.296.0 - 2023-08-01 ### Changed @@ -84,9 +97,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the usability of the login dialog - Disabled the caching in the health check endpoints for data providers - Improved the content of the Frequently Asked Questions (FAQ) page -- Upgraded `angular` from version `15.2.5` to `16.1.5` -- Upgraded `nestjs` from version `9.1.4` to `10.0.5` -- Upgraded `Nx` from version `16.0.3` to `16.5.2` - Upgraded `prisma` from version `4.15.0` to `4.16.2` ## 1.289.0 - 2023-07-14