From a3bfc45e43bd570647059984f8ed535eaf018036 Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 28 Jul 2022 11:05:03 -0500 Subject: [PATCH] chore(release): 4.9.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4e31a6..63143bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0](https://github.com/nash-io/nash-protocol/compare/v4.8.1...v4.9.0) (2022-07-28) + + +### Features + +* use blockchain parameter in relevant generateWallet occurrences ([8282e2f](https://github.com/nash-io/nash-protocol/commit/8282e2feeb8ec6e0c06d61eef48d48617977e8ff)) +* **neo3:** add types ([dedb856](https://github.com/nash-io/nash-protocol/commit/dedb856cd9b550cdd8bde7e1d4b1c5b6b62ea215)) + + +### Bug Fixes + +* **generateWallet:** remove NEO3 case ([120e962](https://github.com/nash-io/nash-protocol/commit/120e9623fadb8ba7d549560abf4c7c1c04eb7039)) + ### [4.8.1](https://github.com/nash-io/nash-protocol/compare/v4.7.2...v4.8.1) (2022-07-15) ### [4.7.2](https://github.com/nash-io/nash-protocol/compare/v4.7.0...v4.7.2) (2022-02-08) diff --git a/package.json b/package.json index 9a766fa8..119eb98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.8.1", + "version": "4.9.0", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts",