From c1a9c50597f8f617c01a5441cb48d309fd14f657 Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Thu, 26 May 2022 16:21:11 +0300 Subject: [PATCH] chore(main): release 3.3.1 --- 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 4add0bff..50660ea6 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.1](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.3.0...v3.3.1) (2022-05-26) + + +### Bug Fixes + +* correctly access package.json ([5bba0d9](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/5bba0d9847562a56cec6b5f0648d7382e1edbeed)) + ## [3.3.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v3.2.0...v3.3.0) (2022-05-20) diff --git a/package-lock.json b/package-lock.json index e7ad1135..4c92d6d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84de8dc2..eecab8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "3.3.0", + "version": "3.3.1", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/index.js", "module": "build/esm/index.js",