diff --git a/CHANGELOG.md b/CHANGELOG.md index db1b31f..96a4b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.2](https://github.com/postalsys/email-ai-tools/compare/v1.6.1...v1.6.2) (2023-10-03) + + +### Bug Fixes + +* **chat:** fixed response parsing for markdown responses ([34c4fdd](https://github.com/postalsys/email-ai-tools/commit/34c4fdda3ee7eca3a66d5f469cb4ee7a1f777083)) + ## [1.6.1](https://github.com/postalsys/email-ai-tools/compare/v1.6.0...v1.6.1) (2023-10-02) diff --git a/package-lock.json b/package-lock.json index 6267b47..a21fc89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@postalsys/email-ai-tools", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@postalsys/email-ai-tools", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "@postalsys/email-text-tools": "2.1.1", diff --git a/package.json b/package.json index e56e48e..9a9d5a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@postalsys/email-ai-tools", - "version": "1.6.1", + "version": "1.6.2", "description": "Email AI tools", "main": "index.js", "scripts": {