From 9e4798aec9c06d98cb4d1a6c9ece7d90b6014fa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:16:16 +0000 Subject: [PATCH] chore(main): release 2.12.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f4f292..bb14d444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.12.1](https://github.com/pure-js/local-microblogging-client/compare/v2.12.0...v2.12.1) (2024-11-25) + + +### Bug Fixes + +* status view ([#396](https://github.com/pure-js/local-microblogging-client/issues/396)) ([7de8ef6](https://github.com/pure-js/local-microblogging-client/commit/7de8ef60f280879fdbf4cc4fc9a384bf0e6b2050)) + + +### Performance Improvements + +* use avif instead of png ([#394](https://github.com/pure-js/local-microblogging-client/issues/394)) ([ce1a8c1](https://github.com/pure-js/local-microblogging-client/commit/ce1a8c127fa439a4c655f23b9551d481261ec08a)) + ## [2.12.0](https://github.com/pure-js/local-microblogging-client/compare/v2.11.7...v2.12.0) (2023-09-25) diff --git a/package.json b/package.json index 7a2043c4..59043a77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "local-microblogging-client", - "version": "2.12.0", + "version": "2.12.1", "description": "Local Microblogging Frontend Client", "main": "src/index.jsx", "homepage": "https://pure-js.github.io/local-microblogging-client/",