Skip to content

Commit

Permalink
chore(release): v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Mar 16, 2024
1 parent bed963f commit 88ce87a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion apps/monkey/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/monkey",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"author": "Chilfish",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/web",
"type": "module",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"description": "",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 88ce87a

Please sign in to comment.