diff --git a/CHANGELOG.md b/CHANGELOG.md index f8158a6..16fe480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.8.8](https://github.com/postalsys/email-ai-tools/compare/v1.8.7...v1.8.8) (2024-07-03) + + +### Bug Fixes + +* better model listing ([05fff58](https://github.com/postalsys/email-ai-tools/commit/05fff589726c39f3b82691d4383e8d9242fc172f)) +* bumped deps ([c253ed0](https://github.com/postalsys/email-ai-tools/commit/c253ed026313672adf9432412ab45d0e14870954)) + ## [1.8.7](https://github.com/postalsys/email-ai-tools/compare/v1.8.6...v1.8.7) (2024-04-12) diff --git a/package-lock.json b/package-lock.json index db178cf..f4fb3bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@postalsys/email-ai-tools", - "version": "1.8.7", + "version": "1.8.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@postalsys/email-ai-tools", - "version": "1.8.7", + "version": "1.8.8", "license": "MIT", "dependencies": { "@postalsys/email-text-tools": "2.1.9", diff --git a/package.json b/package.json index ed1971b..8759b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@postalsys/email-ai-tools", - "version": "1.8.7", + "version": "1.8.8", "description": "Email AI tools", "main": "index.js", "scripts": {