[nodejs] bumping version to 0.1.5 (#171)

This commit is contained in:
gsilvestrin
2023-06-09 12:33:17 -07:00
committed by GitHub
parent e18cdfc7cf
commit 0e981e782b
3 changed files with 9 additions and 3 deletions

View File

@@ -5,6 +5,12 @@ 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.5] - 2023-06-00
### Added
- Support for macOS X86
## [0.1.4] - 2023-06-03
### Added

View File

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

View File

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