From 88ce87a3c41c938b8a3d4142247276aeb135d9f6 Mon Sep 17 00:00:00 2001 From: Chilfish Date: Sat, 16 Mar 2024 15:24:14 +0800 Subject: [PATCH] chore(release): v0.3.5 --- CHANGELOG.md | 23 +++++++++++++++++++++++ apps/monkey/package.json | 2 +- apps/web/package.json | 2 +- package.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad413f..5d3b791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v0.3.5 + +[compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.3.4...v0.3.5) + +### 🩹 Fixes + +- **web:** Update posts after changing user ([02f2eed](https://github.com/Chilfish/Weibo-archiver/commit/02f2eed)) +- **ui:** Scroll to up after changing page ([5d609dc](https://github.com/Chilfish/Weibo-archiver/commit/5d609dc)) + +### 💅 Refactors + +- **core:** Move options for parse and fetch logic out ([a1bfd47](https://github.com/Chilfish/Weibo-archiver/commit/a1bfd47)) + +### 🏡 Chore + +- Update License to Apache 2.0 ([154b1e7](https://github.com/Chilfish/Weibo-archiver/commit/154b1e7)) +- Update license ([b5a7213](https://github.com/Chilfish/Weibo-archiver/commit/b5a7213)) +- **docs:** Update readme ([bed963f](https://github.com/Chilfish/Weibo-archiver/commit/bed963f)) + +### ❤️ Contributors + +- Chilfish ([@Chilfish](http://github.com/Chilfish)) + ## v0.3.4 [compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.3.3...v0.3.4) diff --git a/apps/monkey/package.json b/apps/monkey/package.json index dfdc78e..b064181 100644 --- a/apps/monkey/package.json +++ b/apps/monkey/package.json @@ -1,7 +1,7 @@ { "name": "@weibo-archiver/monkey", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "private": true, "author": "Chilfish", "license": "MIT", diff --git a/apps/web/package.json b/apps/web/package.json index 32f8cdb..f0fea10 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,7 +1,7 @@ { "name": "@weibo-archiver/web", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "private": true, "description": "", "author": "", diff --git a/package.json b/package.json index 98fdfa2..5944b2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "weibo-archiver", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "packageManager": "pnpm@8.15.4", "description": "Archive your Weibo posts before being banned completely.", "author": {