From fbf2ef913c767e127b3579050dbc1404ef7fd61d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:22:29 +0000 Subject: [PATCH] chore: release userscript 2.24.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19772b9..518348c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.24.2"} +{".":"2.24.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 371e817..bd79770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.24.3](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.24.2...userscript-v2.24.3) (2024-06-17) + + +### Bug Fixes + +* handle empty dataUrl ([6c89be9](https://github.com/pionxzh/chatgpt-exporter/commit/6c89be9c1b97da0179f4595689fddfa587bc2509)) +* lint ([6cafb3c](https://github.com/pionxzh/chatgpt-exporter/commit/6cafb3ccd5d95cb849093f8a20292a691c876ea3)) +* lint ([722c752](https://github.com/pionxzh/chatgpt-exporter/commit/722c752bb9e52a59fde012ed90967b7df927b2ad)) + ## [2.24.2](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.24.1...userscript-v2.24.2) (2024-06-17) diff --git a/package.json b/package.json index 6b5bb47..f532636 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pionxzh/chatgpt-exporter", "type": "module", - "version": "2.24.2", + "version": "2.24.3", "private": true, "packageManager": "pnpm@8.14.1", "title": "ChatGPT Exporter",