Skip to content

Commit e6adaae

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2023-03-20) ### Features * **whisper:** Whisper speech to text ([#100](#100)) ([563b3b4](563b3b4))
1 parent 563b3b4 commit e6adaae

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.10.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.9.0...v1.10.0) (2023-03-20)
2+
3+
4+
### Features
5+
6+
* **whisper:** Whisper speech to text ([#100](https://github.com/briansunter/logseq-plugin-gpt3-openai/issues/100)) ([563b3b4](https://github.com/briansunter/logseq-plugin-gpt3-openai/commit/563b3b47ea01f01ce0c771cb59ac0007f56e81b3))
7+
18
# [1.9.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.8.0...v1.9.0) (2023-03-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
@@ -2,7 +2,7 @@
22
"name": "logseq-plugin-gpt3-openai",
33
"author": "Brian Sunter",
44
"private": true,
5-
"version": "1.9.0",
5+
"version": "1.10.0",
66
"main": "dist/index.html",
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)