Skip to content

Commit

Permalink
chore(release): v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Feb 29, 2024
1 parent bd62273 commit 4328e2c
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 7 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v0.2.7

[compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.2.6...v0.2.7)

### 🚀 Enhancements

- **script:** Add run.bat ([f44d239](https://github.com/Chilfish/Weibo-archiver/commit/f44d239))

### 🩹 Fixes

- Fetch hot comments ([#21](https://github.com/Chilfish/Weibo-archiver/pull/21))
- **web:** Comment with img ([#23](https://github.com/Chilfish/Weibo-archiver/pull/23))
- **fetch:** Parse comments ([bd62273](https://github.com/Chilfish/Weibo-archiver/commit/bd62273))

### 🏡 Chore

- **docs:** Update readme.md ([db15ea5](https://github.com/Chilfish/Weibo-archiver/commit/db15ea5))
- **release:** V0.2.6 ([e35c4bc](https://github.com/Chilfish/Weibo-archiver/commit/e35c4bc))
- **docs:** Fix link in readme ([e643b7b](https://github.com/Chilfish/Weibo-archiver/commit/e643b7b))

### ❤️ Contributors

- Chilfish ([@Chilfish](http://github.com/Chilfish))

## v0.2.6

[compare changes](https://github.com/Chilfish/Weibo-archiver/compare/v0.2.5...v0.2.6)
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "weibo-archiver",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"description": "the desktop app for weibo-archiver",
"author": {
"name": "Chilfish",
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.2.6",
"version": "0.2.7",
"private": true,
"author": "Chilfish",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion apps/monkey/src/utils/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import JSZip from 'jszip'
import { saveAs } from 'file-saver'
import type { Post } from '@types'

const version = '0.2.6'
const version = '0.2.7'

function imgsParser(posts: Post[]): Set<string> {
const imgs = posts
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.2.6",
"version": "0.2.7",
"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.2.6",
"version": "0.2.7",
"packageManager": "pnpm@8.15.3",
"description": "Archive your Weibo posts before being banned completely.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/ui",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"description": "",
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weibo-archiver/scripts",
"type": "module",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"author": "Chilfish",
"license": "MIT",
Expand Down

0 comments on commit 4328e2c

Please sign in to comment.