Skip to content

Commit

Permalink
FABN-1688 Publish 1.4.17 (#419)
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 Jan 15, 2021
1 parent c596aa9 commit 4ca22aa
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.4.17
Thu Jan 14 09:47:48 EST 2021

* [c596aa93](https://github.com/hyperledger/fabric-sdk-node/commit/c596aa93) [[FABN-1685](https://jira.hyperledger.org/browse/FABN-1685)] commitTimeout not setting (#411)
* [7ae083cd](https://github.com/hyperledger/fabric-sdk-node/commit/7ae083cd) [[FABN-1441](https://jira.hyperledger.org/browse/FABN-1441)] Typo change (#412)
* [16f75e00](https://github.com/hyperledger/fabric-sdk-node/commit/16f75e00) [[FABN-1504](https://jira.hyperledger.org/browse/FABN-1504)] Type definition improvement (#410)
* [02fe7d8d](https://github.com/hyperledger/fabric-sdk-node/commit/02fe7d8d) [[FABN-1591](https://jira.hyperledger.org/browse/FABN-1591)] Document Release Process (#409)
* [3d45bc20](https://github.com/hyperledger/fabric-sdk-node/commit/3d45bc20) [[FABN-1591](https://jira.hyperledger.org/browse/FABN-1591)] Document Release Process (#404)

## 1.4.16
Wed 16 Dec 17:22:55 GMT 2020

Expand Down Expand Up @@ -1100,4 +1109,3 @@ Thu Jun 8 07:11:33 EDT 2017


<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
s
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.15",
"version": "1.4.17",
"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.15",
"version": "1.4.17",
"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.15",
"version": "1.4.17",
"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.15",
"version": "1.4.17",
"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.17-snapshot",
"tag": "unstable-1.4",
"version": "1.4.17",
"tag": "latest-1.4",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
22 changes: 22 additions & 0 deletions release_notes/v1.4.17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Release Notes
-------------

fabric-sdk-node 1.4.17 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#v1417

0 comments on commit 4ca22aa

Please sign in to comment.