From bf39b1943a1dac0705efe2874f4435fadeb278ac Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 21 Feb 2023 10:20:15 -0600 Subject: [PATCH] chore(release): 4.9.9 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b74f1e..74dfcb09 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.9.9](https://github.com/nash-io/nash-protocol/compare/v4.9.7...v4.9.9) (2023-02-21) + ### [4.9.7](https://github.com/nash-io/nash-protocol/compare/v4.9.5...v4.9.7) (2022-12-14) ### [4.9.5](https://github.com/nash-io/nash-protocol/compare/v4.9.3...v4.9.5) (2022-12-05) diff --git a/package.json b/package.json index 219f951d..992e39fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.9.7", + "version": "4.9.9", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts",