diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c8e934..b0824c97 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.8.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.7.0...v5.8.0) (2024-10-30) + + +### Features + +* rename poolId to resourcePool and deprecate ([74de142](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/74de1429fd02ffc862d208daf671245f543c01ce)) + ## [5.7.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.6.0...v5.7.0) (2024-10-30) diff --git a/package-lock.json b/package-lock.json index 5eae789b..ec6f0356 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "5.7.0", + "version": "5.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "5.7.0", + "version": "5.8.0", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index 697fcc6b..bffb1581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "5.7.0", + "version": "5.8.0", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",