Skip to content

Commit

Permalink
FABN-1706: publish v1.4.18 (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: lesleyannj <[email protected]>
  • Loading branch information
lesleyannjordan committed Apr 21, 2021
1 parent 7b35912 commit fcf443c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.4.18
Tue 23 Mar 11:04:25 GMT 2021

* [7b359125](https://github.com/hyperledger/fabric-sdk-node/commit/7b359125) Update elliptic dep v14 (#442)
* [e81661a5](https://github.com/hyperledger/fabric-sdk-node/commit/e81661a5) [[FABN-1705](https://jira.hyperledger.org/browse/FABN-1705)] Allow multiple calls to Channel.sendTransaction() (#441)
* [74a89c6f](https://github.com/hyperledger/fabric-sdk-node/commit/74a89c6f) [[FABN-1701](https://jira.hyperledger.org/browse/FABN-1701)] Align Fabric-Network discover default options with code (#433)
* [d2eabde8](https://github.com/hyperledger/fabric-sdk-node/commit/d2eabde8) [[FABN-1700](https://jira.hyperledger.org/browse/FABN-1700)] fix HSMWalletMixin TypeDef (#428)
* [08a2bd2d](https://github.com/hyperledger/fabric-sdk-node/commit/08a2bd2d) [[FABN-1591](https://jira.hyperledger.org/browse/FABN-1591)] Typo fix in release notes (#423)
* [461b43e1](https://github.com/hyperledger/fabric-sdk-node/commit/461b43e1) [[Fabn 1693]] reset snapshot 1.4.18 (#422)

## v1.4.17
Thu Jan 14 09:47:48 EST 2021

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.18-snapshot",
"tag": "unstable-1.4",
"version": "1.4.18",
"tag": "latest-1.4",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
22 changes: 22 additions & 0 deletions release_notes/v1.4.18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Release Notes
-------------

fabric-sdk-node 1.4.18 is a maintenance release containing bug fixes.

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


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


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


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

0 comments on commit fcf443c

Please sign in to comment.