From 78926fcefe8734bd5298f1100177efa9285765e0 Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 7 Sep 2021 09:22:54 -0500 Subject: [PATCH] chore(release): 4.3.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0ef170..df50003e 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.3.3](https://github.com/nash-io/nash-protocol/compare/v4.3.1...v4.3.3) (2021-09-07) + ### [4.3.1](https://github.com/nash-io/nash-protocol/compare/v4.0.15...v4.3.1) (2021-07-05) ### [4.2.2](https://github.com/nash-io/nash-protocol/compare/v4.2.0...v4.2.2) (2021-06-02) diff --git a/package.json b/package.json index 69dd04b7..0954613c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.3.1", + "version": "4.3.3", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts",