diff --git a/CHANGELOG.md b/CHANGELOG.md index 63143bc6..2a543d7e 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.3](https://github.com/nash-io/nash-protocol/compare/v4.9.0...v4.9.3) (2022-12-05) + ## [4.9.0](https://github.com/nash-io/nash-protocol/compare/v4.8.1...v4.9.0) (2022-07-28) diff --git a/package.json b/package.json index df667dfa..31f0bded 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/nash-protocol", - "version": "4.9.01", + "version": "4.9.3", "description": "TypeScript implementation of Nash crypto routines", "main": "build/main/index.js", "typings": "build/main/index.d.ts",