From 93d3a26ca6c3a196b5d7ef57a80ff84b91e7a12f Mon Sep 17 00:00:00 2001 From: Anush Date: Tue, 19 Sep 2023 06:56:44 +0000 Subject: [PATCH] chore(minor): release 1.6.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.0](https://github.com/Anush008/fastembed/compare/v1.5.1...v1.6.0) (2023-09-19) ### 📝 Documentation * Update README.md ([f02c422](https://github.com/Anush008/fastembed/commit/f02c4222baf3aa629dc2d92abcd93c8551f7791c)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 620106d..8fda589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.6.0](https://github.com/Anush008/fastembed/compare/v1.5.1...v1.6.0) (2023-09-19) + + +### 📝 Documentation + +* Update README.md ([f02c422](https://github.com/Anush008/fastembed/commit/f02c4222baf3aa629dc2d92abcd93c8551f7791c)) + ## [1.5.1](https://github.com/Anush008/fastembed/compare/v1.5.0...v1.5.1) (2023-09-19) diff --git a/package-lock.json b/package-lock.json index e3df409..f4a8e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastembed", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fastembed", - "version": "1.5.1", + "version": "1.6.0", "license": "ISC", "dependencies": { "@anush008/tokenizers": "^0.0.0", diff --git a/package.json b/package.json index fd68230..d353bb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastembed", - "version": "1.5.1", + "version": "1.6.0", "description": "NodeJS implementation of @Qdrant/fastembed", "licenses": [ {