From 5a000b35d4724d05455a5d8bb9891e09f4764cec Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 20 Nov 2022 16:19:14 +0100 Subject: [PATCH] Release 2.4.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406a64c..e36e099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1] - 2022-11-20 + +### Fixed + +- "remember instance on this device" didn't work (#12, #13) + ## [2.4.0] - 2022-11-14 ### Added @@ -148,7 +154,8 @@ Initial release of the site - Add main code for the site -[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.0...HEAD +[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.1...HEAD +[2.4.1]: https://codeberg.org/kytta/toot/compare/v2.4.0...v2.4.1 [2.4.0]: https://codeberg.org/kytta/toot/compare/v2.3.1...v2.4.0 [2.3.1]: https://codeberg.org/kytta/toot/compare/v2.3.0...v2.3.1 [2.3.0]: https://codeberg.org/kytta/toot/compare/v2.2.2...v2.3.0 diff --git a/package.json b/package.json index 5d3fe3a..cc51936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toot", - "version": "2.4.0", + "version": "2.4.1", "description": "Cross-instance share page for Mastodon", "license": "AGPL-3.0-or-later", "author": "Nikita Karamov ",