From 933c7b44f867cf3883a0b075412f8b9b0737e74f Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Fri, 27 May 2022 12:11:16 +0300 Subject: [PATCH] chore(main): release 3.3.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50660ea6..2e280beb 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. +### [3.3.2](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.3.1...v3.3.2) (2022-05-27) + + +### Bug Fixes + +* correctly access internal certs from compiled sources ([f7e520d](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/f7e520dbc7ef1fd31cb30684a66b3daa22792f03)), closes [#163](https://github.com/ydb-platform/ydb-nodejs-sdk/issues/163) + ### [3.3.1](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.3.0...v3.3.1) (2022-05-26) diff --git a/package-lock.json b/package-lock.json index 4c92d6d9..ccdb3fb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1a6425e..7b2eeb03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.3.1", + "version": "3.3.2", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/index.js", "module": "build/esm/index.js",