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