Skip to content

Commit 1149dac

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2022-10-15) ### Features * **error-handling:** Improve error handling and messaging ([2f33d09](2f33d09))
1 parent 2f49954 commit 1149dac

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.0.1...v1.1.0) (2022-10-15)
2+
3+
4+
### Features
5+
6+
* **error-handling:** Improve error handling and messaging ([2f33d09](https://github.com/briansunter/logseq-plugin-gpt3-openai/commit/2f33d09825288cc703855c4b41600204691cc9cf))
7+
18
## [1.0.1](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.0.0...v1.0.1) (2022-06-07)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-plugin-gpt3-openai",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"main": "dist/index.html",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)