From e38d80cc1ee6998848b7304022d1bea47fbe884d Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 3 Sep 2023 00:27:30 +0200 Subject: [PATCH] Release v3.0.0 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f206df3..f0d2ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v3 (unreleased)][Unreleased] +## [v3][3.0.0] This version is a huge reinvention of toot. The name was changed to Shareâ‚‚Fedi, as to indicate that sharing to other federated networks is now possible. @@ -258,7 +258,8 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://github.com/kytta/share2fedi/compare/v2.4.5...HEAD +[Unreleased]: https://github.com/kytta/share2fedi/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/kytta/share2fedi/compare/v2.4.5...v3.0.0 [2.4.5]: https://github.com/kytta/share2fedi/compare/v2.4.4...v2.4.5 [2.4.4]: https://github.com/kytta/share2fedi/compare/v2.4.3...v2.4.4 [2.4.3]: https://github.com/kytta/share2fedi/compare/v2.4.2...v2.4.3 diff --git a/package.json b/package.json index 65c22c2..ca32a9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "share2fedi", - "version": "2.4.5", + "version": "3.0.0", "description": "Instance-agnostic share page for the Fediverse.", "license": "AGPL-3.0-only", "author": "Nikita Karamov ",