Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
CHANGELOG.md
-
apps/api/src/middlewares/html-template.middleware.ts
-
package.json
|
|
@ -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). |
|
|
|
|
|
|
|
## 2.25.0 - 2023-11-19 |
|
|
|
## 2.25.1 - 2023-11-19 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
@ -77,7 +77,7 @@ const locales = { |
|
|
|
title: `Hacktoberfest 2023 - ${title}` |
|
|
|
}, |
|
|
|
'/en/blog/2023/11/black-week-2023': { |
|
|
|
featureGraphicPath: 'assets/images/blog/black-week-2023.png', |
|
|
|
featureGraphicPath: 'assets/images/blog/black-week-2023.jpg', |
|
|
|
title: `Black Week 2023 - ${title}` |
|
|
|
}, |
|
|
|
'/en/blog/2023/11/hacktoberfest-2023-debriefing': { |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.25.0", |
|
|
|
"version": "2.25.1", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"repository": "https://github.com/ghostfolio/ghostfolio", |
|
|
|