Skip to content

Commit

Permalink
chore: release userscript 2.7.0 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 15, 2023
1 parent b05776f commit e8b99bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/userscript":"2.6.5"}
{"packages/userscript":"2.7.0"}
10 changes: 10 additions & 0 deletions packages/userscript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.7.0](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.6.5...userscript-v2.7.0) (2023-04-15)


### Features

* **i18n:** add turkish to language list ([b05776f](https://github.com/pionxzh/chatgpt-exporter/commit/b05776fe4f85bd4c4cca9a80cff808c3be4042b2))
* **i18n:** add turkish translation ([#128](https://github.com/pionxzh/chatgpt-exporter/issues/128)) ([9ad8e0a](https://github.com/pionxzh/chatgpt-exporter/commit/9ad8e0a3c6fa0cfec5ced00b04caaf6f8441c162))
* support i18n ([918ff41](https://github.com/pionxzh/chatgpt-exporter/commit/918ff41dc459d228e0c5e09dead41b1abc1c2f4e)), closes [#91](https://github.com/pionxzh/chatgpt-exporter/issues/91)
* use the same Toggle as ChatGPT's setting ([0f91b56](https://github.com/pionxzh/chatgpt-exporter/commit/0f91b5698bd0e01c9f5d1008062fb48a3e93e7cc))

## [2.6.5](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.6.4...userscript-v2.6.5) (2023-04-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/userscript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pionxzh/chatgpt-userscript",
"type": "module",
"version": "2.6.5",
"version": "2.7.0",
"private": true,
"title": "ChatGPT Exporter",
"title:zh-CN": "ChatGPT Exporter",
Expand Down

0 comments on commit e8b99bc

Please sign in to comment.