Skip to content

Commit 274d53c

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-03-22) ### Features * add basic impl ([d445fd3](d445fd3)) * add more preset prompts and add new output type ([4bbdce5](4bbdce5)) * update plugin options and add readme ([7ac2163](7ac2163))
1 parent 49f98a4 commit 274d53c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 1.0.0 (2023-03-22)
2+
3+
4+
### Features
5+
6+
* add basic impl ([d445fd3](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/d445fd3fe59f54790a35ad836f79b19c1afaa0bf))
7+
* add more preset prompts and add new output type ([4bbdce5](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/4bbdce5a37d6d0557ca82cc8c36ffd1f8edc6446))
8+
* update plugin options and add readme ([7ac2163](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/7ac216333bd2d8b69b31565e31209ec298548ee6))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-plugin-ai-assistant",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"main": "dist/index.html",
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)