Skip to content

Commit

Permalink
chore(main): release 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ydb-platform-bot committed Feb 15, 2025
1 parent 77800f1 commit 3165dd4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [5.9.1](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.9.0...v5.9.1) (2025-02-15)


### Bug Fixes

* correct get IAM token with authorized key ([8111762](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/8111762ddb125aa63fd88ff49eb3034ccf26b12c))
* fixed database connection URL ([77800f1](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/77800f1502f27dabe74c21d71c0c66d4e26062ae))
* fixed database connection URL ([27f64d5](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/27f64d5c41588b1b122f684e2b585cbde27b716c))

## [5.9.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.8.0...v5.9.0) (2025-02-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ydb-sdk",
"version": "5.9.0",
"version": "5.9.1",
"description": "Node.js bindings for working with YDB API over gRPC",
"main": "build/cjs/src/index.js",
"module": "build/esm/src/index.js",
Expand Down

0 comments on commit 3165dd4

Please sign in to comment.