diff --git a/CHANGELOG.md b/CHANGELOG.md index dac9207..3ff0249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.2.1...v1.3.0) (2022-11-09) + + +### Features + +* **dalle:** Add support for OpenAI DALL-E ([#49](https://github.com/briansunter/logseq-plugin-gpt3-openai/issues/49)) ([c9a8adb](https://github.com/briansunter/logseq-plugin-gpt3-openai/commit/c9a8adb96cd79680f4b0c2d2628835797cfe0e1c)) + ## [1.2.1](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.2.0...v1.2.1) (2022-11-01) diff --git a/package-lock.json b/package-lock.json index d86a245..912aaf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "logseq-plugin-gpt3-openai", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "logseq-plugin-gpt3-openai", - "version": "1.2.1", + "version": "1.3.0", "dependencies": { "@logseq/libs": "^0.0.6", "exponential-backoff": "^3.1.0", diff --git a/package.json b/package.json index ead3cc2..75d0d72 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "logseq-plugin-gpt3-openai", "author": "Brian Sunter", "private": true, - "version": "1.2.1", + "version": "1.3.0", "main": "dist/index.html", "scripts": { "dev": "vite",