From e799305486feee3700fdfa2d46218b8f5a47aa6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:34:34 +0000 Subject: [PATCH] chore: release userscript 2.24.4 --- .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 518348c..b2bcc3f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.24.3"} +{".":"2.24.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bd79770..89bb50d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.24.4](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.24.3...userscript-v2.24.4) (2024-06-29) + + +### Bug Fixes + +* fix missing toggle style ([69d0deb](https://github.com/pionxzh/chatgpt-exporter/commit/69d0debbd1316f6219fc2b863649aaab0269b4fe)) +* improve language detection by respecting oai language setting ([6189cc0](https://github.com/pionxzh/chatgpt-exporter/commit/6189cc065c4242c40af6dab5d431de1361744f3b)) +* let html export's max width adapt to the screen size intead of the fixed 800px ([9249279](https://github.com/pionxzh/chatgpt-exporter/commit/92492792513b7a47e880c521e13ae9161f9528c3)), closes [#247](https://github.com/pionxzh/chatgpt-exporter/issues/247) + ## [2.24.3](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.24.2...userscript-v2.24.3) (2024-06-17) diff --git a/package.json b/package.json index 744db72..8068320 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pionxzh/chatgpt-exporter", "type": "module", - "version": "2.24.3", + "version": "2.24.4", "private": true, "packageManager": "pnpm@8.14.1", "title": "ChatGPT Exporter",