diff --git a/CHANGELOG.md b/CHANGELOG.md index 685dd8d7..b0f0f59c 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.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.4.0...v5.5.0) (2024-09-30) + + +### Features + +* add retrier to the topics ([03fc7f9](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/03fc7f907fba641f3aaaf752875220de0e607e6b)) + ## [5.4.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.3.5...v5.4.0) (2024-09-27) diff --git a/package-lock.json b/package-lock.json index 0e97687b..0352fe00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "5.4.0", + "version": "5.5.0", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index 78ec0607..06aade80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "5.4.0", + "version": "5.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",