Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Mar 22, 2023
1 parent 49f98a4 commit 274d53c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.0.0 (2023-03-22)


### Features

* add basic impl ([d445fd3](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/d445fd3fe59f54790a35ad836f79b19c1afaa0bf))
* add more preset prompts and add new output type ([4bbdce5](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/4bbdce5a37d6d0557ca82cc8c36ffd1f8edc6446))
* update plugin options and add readme ([7ac2163](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/7ac216333bd2d8b69b31565e31209ec298548ee6))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-plugin-ai-assistant",
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 274d53c

Please sign in to comment.