Skip to content

Commit efb12e8

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2022-10-16) ### Bug Fixes * **error-type:** Look at error type for quota ([a99b7da](a99b7da))
1 parent 3b3be33 commit efb12e8

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.1](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.1.0...v1.1.1) (2022-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **error-type:** Look at error type for quota ([a99b7da](https://github.com/briansunter/logseq-plugin-gpt3-openai/commit/a99b7da03796f2ef32eebbdc98dabee39662a438))
7+
18
# [1.1.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.0.1...v1.1.0) (2022-10-15)
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.1.0",
4+
"version": "1.1.1",
55
"main": "dist/index.html",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)