From 22b14e46cb52b96f386412d96821d1ec5a360fb5 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 26 Jan 2021 16:07:00 -0600 Subject: [PATCH] chore(release): 4.0.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130016ca..ee05dd4d 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.0.7](https://github.com/nash-io/nash-protocol/compare/v4.0.1...v4.0.7) (2021-01-26) + ### [4.0.5](https://github.com/nash-io/nash-protocol/compare/v4.0.3...v4.0.5) (2021-01-21) ### [4.0.3](https://github.com/nash-io/nash-protocol/compare/v4.0.1...v4.0.3) (2021-01-21) diff --git a/package.json b/package.json index 0e83c901..621f8cc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.0.5", + "version": "4.0.7", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts",