Skip to content

Commit

Permalink
FABN-1665 Publish 1.4.14 (#373)
Browse files Browse the repository at this point in the history
Publish 1.4.14

Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Nov 11, 2020
1 parent 5b7ded9 commit a788705
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.4.14
Thu Nov 5 13:01:50 EST 2020

* [5b7ded95](https://github.com/hyperledger/fabric-sdk-node/commit/5b7ded95) [[FABN-1648](https://jira.hyperledger.org/browse/FABN-1648)] Correct definition (#362)
* [613b6d25](https://github.com/hyperledger/fabric-sdk-node/commit/613b6d25) [FABN-1653: Fix snapshot publishing for multi-](https://jira.hyperledger.org/browse/FABN-1653: Fix snapshot publishing for multi-)digit versions (#360)
* [0ec8ec72](https://github.com/hyperledger/fabric-sdk-node/commit/0ec8ec72) [[FABN-1647](https://jira.hyperledger.org/browse/FABN-1647)] Add mising type def (#350)
* [63a3ace1](https://github.com/hyperledger/fabric-sdk-node/commit/63a3ace1) [[FABN-1626](https://jira.hyperledger.org/browse/FABN-1626)] Update dependencies (#347)
* [3613703c](https://github.com/hyperledger/fabric-sdk-node/commit/3613703c) V14 fabn 1626 update dependencies (#346)
* [ee7b2d8d](https://github.com/hyperledger/fabric-sdk-node/commit/ee7b2d8d) V14 fabn 1626 update dependencies (#345)
* [64bc870e](https://github.com/hyperledger/fabric-sdk-node/commit/64bc870e) Enforce maintainer review of PRs before merging (#344)
* [e14433da](https://github.com/hyperledger/fabric-sdk-node/commit/e14433da) [[FABN-1626](https://jira.hyperledger.org/browse/FABN-1626)] Update dependencies (#343)
* [28edfe1b](https://github.com/hyperledger/fabric-sdk-node/commit/28edfe1b) [FABN-1649: Tag stable releases of fabric-](https://jira.hyperledger.org/browse/FABN-1649: Tag stable releases of fabric-)client as latest (#342)
* [44be4e7a](https://github.com/hyperledger/fabric-sdk-node/commit/44be4e7a) [[FABN-1623]-](https://jira.hyperledger.org/browse/FABN-1623]-)Update elliptic dependency (#332)

## v1.4.13
Fri Sep 11 11:09:01 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.13",
"version": "1.4",
"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.13",
"version": "1.4",
"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.13",
"version": "1.4",
"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.13",
"version": "1.4",
"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.14-snapshot",
"tag": "unstable-1.4",
"version": "1.4.14",
"tag": "latest-1.4",
"main": "index.js",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions release_notes/v1.4.14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Release Notes
-------------

fabric-sdk-node 1.4.14 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#v1413

0 comments on commit a788705

Please sign in to comment.