diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1325b1..129d0bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [5.6.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.5.3...v5.6.0) (2024-10-29) + + +### Features + +* update ydb-sdk-proto dep ([e4ff812](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/e4ff812a43092fcbc643e5f0df525425e1c965de)) + ## [5.5.3](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.5.2...v5.5.3) (2024-10-22) diff --git a/package-lock.json b/package-lock.json index 73f1bc1e..3b8ba4c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "5.5.3", + "version": "5.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "5.5.3", + "version": "5.6.0", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index 6b21b73b..81672a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "5.5.3", + "version": "5.6.0", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",