diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f20698d..12de9a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [4.10.5](https://github.com/nash-io/nash-protocol/compare/v4.10.3...v4.10.5) (2023-05-22) + ### [4.10.3](https://github.com/nash-io/nash-protocol/compare/v4.10.1...v4.10.3) (2023-05-22) ### [4.10.1](https://github.com/nash-io/nash-protocol/compare/v4.9.9...v4.10.1) (2023-05-19) diff --git a/package.json b/package.json index 6d93ea31..c5cb0b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.10.3", + "version": "4.10.5", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/src/mpc/generateAPIKeys.ts b/src/mpc/generateAPIKeys.ts index 4641bf07..49b793f6 100644 --- a/src/mpc/generateAPIKeys.ts +++ b/src/mpc/generateAPIKeys.ts @@ -143,7 +143,7 @@ export async function generateAPIKeys(params: GenerateApiKeysParams): Promise