diff --git a/CHANGELOG.md b/CHANGELOG.md index 91aa074c..a78cc8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [3.4.4](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.4.3...v3.4.4) (2022-10-20) + + +### Bug Fixes + +* **certs:** regenerate certs.json ([b876431](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/b87643186bed54a2987c54365b0cb14216b63c3e)) +* inline certificates content ([7791a93](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/7791a930c6630b43a4320a549f1ed465574bba29)) + ## [3.4.3](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.4.2...v3.4.3) (2022-10-18) diff --git a/package-lock.json b/package-lock.json index 5f4cfdd2..e73278fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "3.4.3", + "version": "3.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "3.4.3", + "version": "3.4.4", "license": "Apache", "dependencies": { "@grpc/grpc-js": "^1.5.3", diff --git a/package.json b/package.json index e6bde2a4..ac41058e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.4.3", + "version": "3.4.4", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",