From 6dcf78c456931892f09d813afad19a4663309e27 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 17 Jun 2023 14:16:00 +0200 Subject: [PATCH] Release 2.4.5 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756d3ef..20bceb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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). -## [Unreleased] +## [2.4.5] - 2023-06-17 ### Fixed @@ -185,7 +185,8 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.4...HEAD +[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.5...HEAD +[2.4.5]: https://codeberg.org/kytta/toot/compare/v2.4.4...v2.4.5 [2.4.4]: https://codeberg.org/kytta/toot/compare/v2.4.3...v2.4.4 [2.4.3]: https://codeberg.org/kytta/toot/compare/v2.4.2...v2.4.3 [2.4.2]: https://codeberg.org/kytta/toot/compare/v2.4.1...v2.4.2 diff --git a/package.json b/package.json index 34548ec..7169c79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toot", - "version": "2.4.4", + "version": "2.4.5", "description": "Cross-instance share page for Mastodon", "license": "AGPL-3.0-or-later", "author": "Nikita Karamov ",