From e93048b6bfcb047da6123cf0c3584acd8cec7b59 Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 14:29:55 +0300 Subject: [PATCH] chore(main): release 5.5.3 --- 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 5ce88ef5..3a1325b1 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.5.3](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.5.2...v5.5.3) (2024-10-22) + + +### Bug Fixes + +* topic stream auth in cloud ([6adca13](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/6adca13c4b470e73fb300cdda0340b135fa66377)) + ## [5.5.2](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.5.1...v5.5.2) (2024-10-15) diff --git a/package-lock.json b/package-lock.json index 67aef1e4..a9c9e4a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "5.5.2", + "version": "5.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "5.5.2", + "version": "5.5.3", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index d26cf299..fe91a7f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "5.5.2", + "version": "5.5.3", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",