Skip to content

Commit

Permalink
FABN-1628 publish release 1.4.12 (#316)
Browse files Browse the repository at this point in the history
Publis release 1.4.12

Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Sep 8, 2020
1 parent 3642854 commit a2941c6
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.4.12
Mon Sep 7 13:00:17 EDT 2020

* [36428541](https://github.com/hyperledger/fabric-sdk-node/commit/36428541) [FABN-1621](https://jira.hyperledger.org/browse/FABN-1621) getChannelCapabilities handle only valid envelope (#313)
* [b4f59fdf](https://github.com/hyperledger/fabric-sdk-node/commit/b4f59fdf) [FABN-1621](https://jira.hyperledger.org/browse/FABN-1621) Add typescript defs for getChannelCapabilities (#312)
* [5589c24b](https://github.com/hyperledger/fabric-sdk-node/commit/5589c24b) [FABN-1621](https://jira.hyperledger.org/browse/FABN-1621) Add capability decode (#311)
* [7c540e4a](https://github.com/hyperledger/fabric-sdk-node/commit/7c540e4a) [FABN-1606](https://jira.hyperledger.org/browse/FABN-1606): Daily scheduled build (#295)
* [8badf99b](https://github.com/hyperledger/fabric-sdk-node/commit/8badf99b) [FABN-1600](https://jira.hyperledger.org/browse/FABN-1600): Better unstable version generation (#248) (#279)

## v1.4.11
Thu 16 Jul 2020 15:52:19 BST

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

fabric-sdk-node 1.4.12 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#v1412

0 comments on commit a2941c6

Please sign in to comment.