diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c77d3bd..1e30ad0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.24.6"} +{".":"2.25.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c93088..ec39f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.25.0](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.24.6...userscript-v2.25.0) (2024-09-12) + + +### Features + +* add russian lang support ([#255](https://github.com/pionxzh/chatgpt-exporter/issues/255)) ([2562d4a](https://github.com/pionxzh/chatgpt-exporter/commit/2562d4a36042d025f3d7fc1190618461fa0127ae)) + + +### Bug Fixes + +* handle hydration missing menu and style ([bf687da](https://github.com/pionxzh/chatgpt-exporter/commit/bf687da24ca62cb4146aac4aa7e4482c51ca5aa4)) + ## [2.24.6](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.24.5...userscript-v2.24.6) (2024-09-08) diff --git a/package.json b/package.json index 6b3c334..8ab4499 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pionxzh/chatgpt-exporter", "type": "module", - "version": "2.24.6", + "version": "2.25.0", "private": true, "packageManager": "pnpm@8.14.1", "title": "ChatGPT Exporter",