From 12455b8b7d28131ea76f6b61ec39953872a5cfb8 Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 22 May 2024 11:39:29 -0500 Subject: [PATCH] chore(release): 4.11.21 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc3e0b..74b3c76 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.11.21](https://github.com/nash-io/nash-protocol/compare/v4.11.19...v4.11.21) (2024-05-22) + ### [4.11.19](https://github.com/nash-io/nash-protocol/compare/v4.11.17...v4.11.19) (2024-02-23) ### [4.11.17](https://github.com/nash-io/nash-protocol/compare/v4.11.15...v4.11.17) (2024-02-23) diff --git a/package.json b/package.json index 11a64c9..7459d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.11.19", + "version": "4.11.21", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts",