From 47a8e57d01bd05230344fdb548fdf695c9908927 Mon Sep 17 00:00:00 2001 From: Innei Date: Sun, 27 Oct 2024 15:38:31 +0800 Subject: [PATCH] release: v1.2.3 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1a5ca4ea..535b519371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## [1.2.3](https://github.com/Innei/sprightly/compare/v1.2.2...v1.2.3) (2024-10-27) + + +### Bug Fixes + +* activity icon position ([8f32bff](https://github.com/Innei/sprightly/commit/8f32bffc4d6d606c50158c83f17af08380fe6fd5)) +* build ([c6ee7f5](https://github.com/Innei/sprightly/commit/c6ee7f56ddb4d3b9352d5933ee649e408156ef0d)) +* **deps:** update all non-major dependencies (minor) ([#475](https://github.com/Innei/sprightly/issues/475)) ([3786f61](https://github.com/Innei/sprightly/commit/3786f611dcba41c9c5ead98ef63c89c98c8722bb)) +* downgrade next ([b71fcb6](https://github.com/Innei/sprightly/commit/b71fcb657763602b0b1a9f6aa1e6b0a4b8e2d674)) +* header auth ([7a3aab6](https://github.com/Innei/sprightly/commit/7a3aab68086ea60585d32bf849f46e1a36412b85)) +* next version ([e8a92d3](https://github.com/Innei/sprightly/commit/e8a92d38274a9a0a8f7a780c27c88c5f52675e3d)) + + + ## [1.2.2](https://github.com/Innei/sprightly/compare/v1.2.1...v1.2.2) (2024-10-10) diff --git a/package.json b/package.json index 07c7b8d139..25a139feea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Shiro", - "version": "1.2.2", + "version": "1.2.3", "private": false, "packageManager": "pnpm@9.12.2", "license": "AGPL-3.0", @@ -210,4 +210,4 @@ "browserslist": [ "defaults and fully supports es6-module" ] -} \ No newline at end of file +}