From 4ca4356ad13b2c75f4865095707cda1b1cb04e19 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Thu, 22 May 2025 19:54:07 +0530 Subject: [PATCH] Release v2.5.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec7a13..6b667fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the Gitea Mirror 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.5.2] - 2024-11-22 + +### Fixed +- Fixed version information in health API for Docker deployments by setting npm_package_version environment variable in entrypoint script + ## [2.5.1] - 2024-10-01 ### Fixed diff --git a/package.json b/package.json index 3d5f1f5..cbee1b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.5.1", + "version": "2.5.2", "engines": { "bun": ">=1.2.9" },