Skip to content

Commit

Permalink
v1.4.11 release (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Jul 16, 2020
1 parent 047d0c9 commit d63f773
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion fabric-common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"hyperledger",
"blockchain"
],
"version": "1.4.11-snapshot",
"version": "1.4.11",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d63f773

Please sign in to comment.