From d63f7736e98002551f8f09e8ea43356663a9396f Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Thu, 16 Jul 2020 18:18:09 +0100 Subject: [PATCH] v1.4.11 release (#277) Signed-off-by: Mark S. Lewis --- CHANGELOG.md | 5 +++++ fabric-ca-client/package.json | 2 +- fabric-client/package.json | 2 +- fabric-common/package.json | 2 +- fabric-network/package.json | 2 +- package.json | 4 ++-- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aece5b422..45579f6034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.4.11 +Thu 16 Jul 2020 15:52:19 BST + +* [af53d007](https://github.com/hyperledger/fabric-sdk-node/commit/af53d007) [FABN-1600](https://jira.hyperledger.org/browse/FABN-1600): Explicit dependency versions on publishing (#276) + ## v1.4.10 Thu Jul 2 19:56:32 EDT 2020 diff --git a/fabric-ca-client/package.json b/fabric-ca-client/package.json index e4cfc26640..c34d372478 100644 --- a/fabric-ca-client/package.json +++ b/fabric-ca-client/package.json @@ -5,7 +5,7 @@ "hyperledger", "blockchain" ], - "version": "1.4.11-snapshot", + "version": "1.4.11", "main": "index.js", "scripts": { "test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000" diff --git a/fabric-client/package.json b/fabric-client/package.json index 8a0df703ed..0ac21a4874 100644 --- a/fabric-client/package.json +++ b/fabric-client/package.json @@ -5,7 +5,7 @@ "hyperledger", "blockchain" ], - "version": "1.4.11-snapshot", + "version": "1.4.11", "main": "index.js", "scripts": { "test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000" diff --git a/fabric-common/package.json b/fabric-common/package.json index 008cb2fb2e..72f6424a15 100644 --- a/fabric-common/package.json +++ b/fabric-common/package.json @@ -1,6 +1,6 @@ { "name": "fabric-common", - "version": "1.4.11-snapshot", + "version": "1.4.11", "description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.", "keywords": [ "blockchain", diff --git a/fabric-network/package.json b/fabric-network/package.json index 146d348b59..13b27c1a26 100644 --- a/fabric-network/package.json +++ b/fabric-network/package.json @@ -5,7 +5,7 @@ "hyperledger", "blockchain" ], - "version": "1.4.11-snapshot", + "version": "1.4.11", "main": "index.js", "repository": { "type": "git", diff --git a/package.json b/package.json index e1b9c51b62..a5c02ae705 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fabric-sdk-node", - "version": "1.4.11-snapshot", - "tag": "unstable-1.4", + "version": "1.4.11", + "tag": "latest-1.4", "main": "index.js", "repository": { "type": "git",