Skip to content

Commit ed3c5fd

Browse files
chore(release): 1.12.0 [skip ci]
# [1.12.0](v1.11.0...v1.12.0) (2023-06-01) ### Features * **templates:** Allow user to set the temperature for each prompt ([#111](#111)) ([8c05660](8c05660))
1 parent 8c05660 commit ed3c5fd

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.12.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.11.0...v1.12.0) (2023-06-01)
2+
3+
4+
### Features
5+
6+
* **templates:** Allow user to set the temperature for each prompt ([#111](https://github.com/briansunter/logseq-plugin-gpt3-openai/issues/111)) ([8c05660](https://github.com/briansunter/logseq-plugin-gpt3-openai/commit/8c05660a296fe4e4d3b662e7923f9617e0b73425))
7+
18
# [1.11.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.10.0...v1.11.0) (2023-06-01)
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
@@ -2,7 +2,7 @@
22
"name": "logseq-plugin-gpt3-openai",
33
"author": "Brian Sunter",
44
"private": true,
5-
"version": "1.11.0",
5+
"version": "1.12.0",
66
"main": "dist/index.html",
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)