diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c53b9..3ab9931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/ahonn/logseq-plugin-ai-assistant/compare/v1.0.0...v1.1.0) (2023-04-26) + + +### Features + +* add LICENSE ([a56b14e](https://github.com/ahonn/logseq-plugin-ai-assistant/commit/a56b14e9595ecd20bcd4cdc51405f4a00e266e9b)) + # 1.0.0 (2023-03-22) diff --git a/package.json b/package.json index 4a7c9d4..35b5dac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-ai-assistant", - "version": "1.0.0", + "version": "1.1.0", "main": "dist/index.html", "scripts": { "dev": "vite",