Browse Source

Release 2.25.1 (#2674)

pull/2464/merge 2.25.1
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
d827858d0b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.md
  2. 2
      apps/api/src/middlewares/html-template.middleware.ts
  3. 2
      package.json

2
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).
## 2.25.0 - 2023-11-19
## 2.25.1 - 2023-11-19
### Added

2
apps/api/src/middlewares/html-template.middleware.ts

@ -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': {

2
package.json

@ -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",

Loading…
Cancel
Save