diff --git a/CHANGELOG.md b/CHANGELOG.md index b228922..84fcd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.13.2] - 2025-06-15 + +### Improved +- Enhanced documentation design and layout +- Updated README with improved formatting and content + ## [2.13.1] - 2025-06-15 ### Added diff --git a/package.json b/package.json index 1d77b06..fe11165 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "2.13.1", + "version": "2.13.2", "engines": { "bun": ">=1.2.9" },