diff --git a/CHANGELOG.md b/CHANGELOG.md index 5808163b..3c99d464 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. +## [5.1.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v5.0.0...v5.1.0) (2023-08-31) + + +### Features + +* a dummy feature to check the release action ([268d427](https://github.com/ydb-platform/ydb-nodejs-sdk/commit/268d42763ce2feb3ba0fa8935b514d4c31ae7b58)) + ## [5.0.0](https://github.com/ydb-platform/ydb-nodejs-sdk/compare/v4.6.0...v5.0.0) (2023-05-15) diff --git a/package-lock.json b/package-lock.json index 337689b0..bc5f8811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-sdk", - "version": "5.0.0", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ydb-sdk", - "version": "5.0.0", + "version": "5.1.0", "hasInstallScript": true, "license": "Apache", "dependencies": { diff --git a/package.json b/package.json index b5922c42..68191d99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-sdk", - "version": "5.0.0", + "version": "5.1.0", "description": "Node.js bindings for working with YDB API over gRPC", "main": "build/cjs/src/index.js", "module": "build/esm/src/index.js",