Skip to content

Commit

Permalink
chore(release): 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Jul 28, 2022
1 parent da441e8 commit a3bfc45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a3bfc45

Please sign in to comment.