Skip to content

Commit

Permalink
FABN-1589 Publish 1.4.10 (#270)
Browse files Browse the repository at this point in the history
Publish new version of release-1.4

Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Jul 3, 2020
1 parent ed9433b commit 941c1be
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.4.10
Thu Jul 2 19:56:32 EDT 2020

* [ed9433be](https://github.com/hyperledger/fabric-sdk-node/commit/ed9433be) [FABN-1587](https://jira.hyperledger.org/browse/FABN-1587) Use false as the default verify option (#268)
* [ce45d3b7](https://github.com/hyperledger/fabric-sdk-node/commit/ce45d3b7) [FABN-1586](https://jira.hyperledger.org/browse/FABN-1586) Do not wrap tlsCACerts (#267)

## v1.4.9
Tue Jun 16 13:20:56 EDT 2020

Expand Down
4 changes: 2 additions & 2 deletions fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"version": "1.4.10",
"tag": "latest",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"version": "1.4.10",
"tag": "latest",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
Expand Down
4 changes: 2 additions & 2 deletions fabric-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fabric-common",
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"version": "1.4.10",
"tag": "latest",
"description": "This package encapsulates the common code used by the `fabric-ca-client`, `fabric-client` packages.",
"keywords": [
"blockchain",
Expand Down
4 changes: 2 additions & 2 deletions fabric-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"hyperledger",
"blockchain"
],
"version": "1.4.10-snapshot",
"tag": "unstable-1.4",
"version": "1.4.10",
"tag": "latest",
"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.10-snapshot",
"testFabricVersion": "1.4.6",
"version": "1.4.10",
"testFabricVersion": "1.4.7",
"testFabricThirdParty": "0.4.16",
"main": "index.js",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions release_notes/v1.4.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Release Notes
-------------

fabric-sdk-node 1.4.10 is a maintenance release containing bug fixes and documentation improvements.


Known Vulnerabilities
---------------------
none


Resolved Vulnerabilities
------------------------
none


Known Issues & Workarounds
--------------------------


Change Log
----------
https://github.com/hyperledger/fabric-sdk-node/blob/release-1.4/CHANGELOG.md#v1410

0 comments on commit 941c1be

Please sign in to comment.