From a1352d6278fd801300404bee1178e00ef3dbb448 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Oct 2024 05:30:46 +0000 Subject: [PATCH] chore(release): 1.14.1 [skip ci] ## [1.14.1](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.14.0...v1.14.1) (2024-10-09) ### Bug Fixes * default image size format ([af7163f](https://github.com/briansunter/logseq-plugin-gpt3-openai/commit/af7163fbb6130410156e20175c0a97aa34712e07)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab327f..f50fc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.14.1](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.14.0...v1.14.1) (2024-10-09) + + +### Bug Fixes + +* default image size format ([af7163f](https://github.com/briansunter/logseq-plugin-gpt3-openai/commit/af7163fbb6130410156e20175c0a97aa34712e07)) + # [1.14.0](https://github.com/briansunter/logseq-plugin-gpt3-openai/compare/v1.13.3...v1.14.0) (2024-10-09) diff --git a/package.json b/package.json index 0b8b100..ee58ad2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "logseq-plugin-gpt3-openai", "author": "Brian Sunter", "private": true, - "version": "1.14.0", + "version": "1.14.1", "main": "dist/index.html", "scripts": { "dev": "vite",