[nodejs] bumping version to 0.1.4 (#147)

This commit is contained in:
gsilvestrin
2023-06-03 13:59:58 -07:00
committed by GitHub
parent f37994b72a
commit d803482588
3 changed files with 13 additions and 3 deletions

View File

@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.4] - 2023-06-03
### Added
- Select / Project query API
### Changed
- Deprecated created_index in favor of createIndex
## [0.1.3] - 2023-06-01
### Added

View File

@@ -1,12 +1,12 @@
{
"name": "vectordb",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vectordb",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"dependencies": {
"@apache-arrow/ts": "^12.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "vectordb",
"version": "0.1.3",
"version": "0.1.4",
"description": " Serverless, low-latency vector database for AI applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",