From 5c9fa71d951e11f32eaefd0681084bf9b5a930d8 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:44:32 +0200 Subject: [PATCH] Release 1.199.1 (#1301) --- CHANGELOG.md | 2 +- apps/api/src/app/frontend.middleware.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e56a4c53..1a123e4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## 1.199.0 - 27.09.2022 +## 1.199.1 - 27.09.2022 ### Added diff --git a/apps/api/src/app/frontend.middleware.ts b/apps/api/src/app/frontend.middleware.ts index c49560c3a..ccf6ca05c 100644 --- a/apps/api/src/app/frontend.middleware.ts +++ b/apps/api/src/app/frontend.middleware.ts @@ -78,7 +78,7 @@ export class FrontendMiddleware implements NestMiddleware { ); } else if (req.path === '/es' || req.path.startsWith('/es/')) { res.send( - this.interpolate(this.indexHtmlIt, { + this.interpolate(this.indexHtmlEs, { featureGraphicPath, languageCode: 'es', path: req.path, diff --git a/package.json b/package.json index d8cbe5e6e..8b37a47e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "1.199.0", + "version": "1.199.1", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "scripts": {