diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b4cb9313..5727d93de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.10 - 2023-06-04 + +### New + +1. Pinecone VectorDB support +1. Cohere tokenization support + ## 0.0.9 - 2023-06-03 ### New diff --git a/package-lock.json b/package-lock.json index 74a548621..a57f17e84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-utils.js", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-utils.js", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "dependencies": { "@paralleldrive/cuid2": "^2.2.0", diff --git a/package.json b/package.json index 552f3eecc..cbad8db4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ai-utils.js", "description": "A TypeScript-first library for building production-grade AI apps, chatbots, and agents.", - "version": "0.0.9", + "version": "0.0.10", "author": "Lars Grammel", "license": "MIT", "keywords": [