Release 2.4.4

This commit is contained in:
Nikita Karamov 2023-03-01 12:48:35 +01:00
parent 725f9353cf
commit c87d5a35ff
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,12 @@ 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).
## [2.4.4] - 2023-03-01
### Fixed
- fixed not working instance prefilling (#15)
## [2.4.3] - 2022-12-23
### Changed
@ -173,7 +179,8 @@ Initial release of the site
- Add main code for the site
[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.3...HEAD
[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.4...HEAD
[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
[2.4.1]: https://codeberg.org/kytta/toot/compare/v2.4.0...v2.4.1

View File

@ -1,6 +1,6 @@
{
"name": "toot",
"version": "2.4.1",
"version": "2.4.4",
"description": "Cross-instance share page for Mastodon",
"license": "AGPL-3.0-or-later",
"author": "Nikita Karamov <me@kytta.dev>",