From 3983272fd6b854f6ac9e6faced3ef9fb340d230d Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 2 Dec 2021 09:41:03 -0600 Subject: [PATCH] chore(release): 4.5.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e6c2d2..dc428a7d 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.5.10](https://github.com/nash-io/nash-protocol/compare/v4.5.8...v4.5.10) (2021-12-02) + ### [4.5.8](https://github.com/nash-io/nash-protocol/compare/v4.5.6...v4.5.8) (2021-10-14) ### [4.5.6](https://github.com/nash-io/nash-protocol/compare/v4.5.4...v4.5.6) (2021-10-12) diff --git a/package.json b/package.json index 0cc28861..afeecac2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.5.8", + "version": "4.5.10", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts",