From 03c1c24c6c723448665992a78f61bf7df50c346e Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:03:09 +0300 Subject: [PATCH] chore(main): release 4.5.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e909eb..ccfeb4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.5.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v4.4.0...v4.5.0) (2023-04-19) + + +### Features + +* add `family` option to Column constructor ([06a955d](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/06a955dde9f96cccd5a38f146576e1008e1288cf)) +* add all defined options to `createTable` functions ([feb2570](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/feb2570b44df5850f2431207794db3eea97d5e10)) +* add describeTableOptions function ([b532c90](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/b532c90fc9c34622d16d8b923cbfaccfc93c7351)) + ## [4.4.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v4.3.0...v4.4.0) (2023-04-19) diff --git a/package-lock.json b/package-lock.json index a586354f..c08f71cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "4.4.0", + "version": "4.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "4.4.0", + "version": "4.5.0", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index 4f6d896d..aa349539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "4.4.0", + "version": "4.5.0", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",