This commit is contained in:
Christopher Jeffrey 2021-01-26 07:58:39 -08:00
parent 4e62b8a285
commit d304ff4c67
No known key found for this signature in database
GPG key ID: 8962AB9DE6666BBD
5 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,6 @@
# HSD Release Notes & Changelog
## unreleased
## v2.3.0
### Node changes
@ -30,7 +29,7 @@ After the corrupt data has been cleared, **a walletDB rescan is required**.
### Wallet changes
- Fixes a bug that ignored the effect of sending or receiving a FINALIZE on a
wallet's `lockedConfirmed` and `lockedUnconfirmed` balance.
wallet's `lockedConfirmed` and `lockedUnconfirmed` balance.
## v2.2.0

View file

@ -79,7 +79,7 @@ $ npm install -g https://github.com/handshake-org/hsd.git
A `git` ref can be used to install a particular version by appending
a `#` and the name of the `git` ref to the URL. For example,
`https://github.com/handshake-org/hsd.git#v2.2.0`. It is recommended
`https://github.com/handshake-org/hsd.git#v2.3.0`. It is recommended
to use the [latest tagged release](https://github.com/handshake-org/hsd/releases).
If adding `hsd` as a dependency to a project, use the command:

View file

@ -70,7 +70,7 @@ pkg.cfg = `${pkg.core}.conf`;
* @default
*/
pkg.version = '2.2.0';
pkg.version = '2.3.0';
/**
* Repository URL.

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "hsd",
"version": "2.2.0",
"version": "2.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "hsd",
"version": "2.2.0",
"version": "2.3.0",
"description": "Cryptocurrency bike-shed",
"license": "MIT",
"repository": "git://github.com/handshake-org/hsd.git",