From 3b6c6c0b38d6b12d52369e89f828c9f56819e153 Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Fri, 12 Aug 2022 14:53:47 +0300 Subject: [PATCH] chore(main): release 3.4.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e280beb..3250d07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.3.2...v3.4.0) (2022-08-12) + + +### Features + +* introduce new type aliases: Types.BYTES & Types.TEXT ([61c17dc](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/61c17dc41838a425e3e2fff30e8a6ea763d15dd2)) + + +### Bug Fixes + +* the expected type of TypedData.yson() arg should be Buffer ([cd327de](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/cd327de3ca3ae08942a61272cb54133866eee0e6)) + ### [3.3.2](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.3.1...v3.3.2) (2022-05-27) diff --git a/package-lock.json b/package-lock.json index e106b9b1..37d1680a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.3.2", + "version": "3.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 170ac3ca..4da188a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.3.2", + "version": "3.4.0", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/index.js", "module": "build/esm/index.js",