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",