From 41ae27618eed2d89f1288e44e2d6de918ef526de Mon Sep 17 00:00:00 2001 From: Nodari Chkuaselidze Date: Thu, 23 Mar 2023 13:16:02 +0400 Subject: [PATCH] pkg: v5.1.0 --- docs/release-notes/release-notes-5.x.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/release-notes-5.x.md b/docs/release-notes/release-notes-5.x.md index 38087ba67..f6a0b60ca 100644 --- a/docs/release-notes/release-notes-5.x.md +++ b/docs/release-notes/release-notes-5.x.md @@ -70,3 +70,7 @@ v5.x Release notes - \[[`9cf8cb83`](https://github.com/handshake-org/hsd/commit/9cf8cb83)] - [#776](https://github.com/handshake-org/hsd/pull/776) - **docker/docs**: Fix npm warning (@NetOpWibby) - \[[`395878a0`](https://github.com/handshake-org/hsd/commit/395878a0)] - [#775](https://github.com/handshake-org/hsd/pull/775) - **docs**: fix doc (@Falci - Fernando Falci) - \[[`fb5501c5`](https://github.com/handshake-org/hsd/commit/fb5501c5)] - [#765](https://github.com/handshake-org/hsd/pull/765) - **chore(BIP39)**: added Portuguese wordlist (@Falci - Fernando Falci) + +# v5.1 +## Changelog + - \[[`6b47c3a0`](https://github.com/handshake-org/hsd/commit/6b47c3a0)] - [#805](https://github.com/handshake-org/hsd/pull/805) - **SEMVER-MINOR network**: update last checkpoint (@nodech - Nodari Chkuaselidze) diff --git a/package-lock.json b/package-lock.json index 4ff867fc1..c99c7910a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hsd", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hsd", - "version": "5.0.1", + "version": "5.1.0", "license": "MIT", "dependencies": { "bcfg": "~0.1.7", diff --git a/package.json b/package.json index d7052b940..3611a3a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hsd", - "version": "5.0.1", + "version": "5.1.0", "description": "Cryptocurrency bike-shed", "license": "MIT", "repository": "git://github.com/handshake-org/hsd.git",