From a7c909f86190d2d8e2c6da800c3390e9b2e04fa0 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 22 May 2023 09:29:20 -0500 Subject: [PATCH 1/2] fix typo --- src/mpc/generateAPIKeys.ts | 2 +- src/types/MPC.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 Date: Mon, 22 May 2023 09:29:28 -0500 Subject: [PATCH 2/2] chore(release): 4.10.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",