From 23cfa45d89dbcae07f84fe438e6e615755421cb7 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Mon, 16 Jun 2025 00:33:28 +0530 Subject: [PATCH] chore: bump version to v2.13.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" },