From 578f6f408328243eab6d60a688d7728bff84aa49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:27:31 +0800 Subject: [PATCH] chore(main): release 0.2.2 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b06ba91..d66ca57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac0627..7eee98a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.2.1...v0.2.2) (2024-10-10) + + +### Bug Fixes + +* 调整release,修复bun ([be3162b](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/be3162b53b58dabb5f4965932fd7900184a4837a)) + ## [0.2.1](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.2.0...v0.2.1) (2024-10-10) diff --git a/package.json b/package.json index 1e4cd41..957e2d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mineru-pdf-scanner", "private": true, - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4e67628..880ed67 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -29,7 +29,7 @@ }, "productName": "PDF扫描助理", "mainBinaryName": "mineru-pdf-scanner", - "version": "0.2.1", + "version": "0.2.2", "identifier": "com.ggss.miner-pdf-scanner", "plugins": { "plugins": {