Skip to content

Commit

Permalink
chore: release userscript 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pionxzh committed Aug 20, 2023
1 parent 66d8f90 commit 37bf29e
Show file tree
Hide file tree
Showing 3 changed files with 14 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.13.0"}
{"packages/userscript":"2.14.0"}
12 changes: 12 additions & 0 deletions packages/userscript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.14.0](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.13.0...userscript-v2.14.0) (2023-08-20)


### Features

* support OpenAI official JSON format ([66d8f90](https://github.com/pionxzh/chatgpt-exporter/commit/66d8f90cb22ff46e45ccd18c17ed3dd269244d46)), closes [#162](https://github.com/pionxzh/chatgpt-exporter/issues/162)


### Bug Fixes

* adopt latest sentinel-js, no more patch ([631332d](https://github.com/pionxzh/chatgpt-exporter/commit/631332dac23406189ce44929fc1aec9c4b273e67))

## [2.13.0](https://github.com/pionxzh/chatgpt-exporter/compare/userscript-v2.12.1...userscript-v2.13.0) (2023-07-09)


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.13.0",
"version": "2.14.0",
"private": true,
"title": "ChatGPT Exporter",
"title:zh-CN": "ChatGPT Exporter",
Expand Down

0 comments on commit 37bf29e

Please sign in to comment.