Skip to content

Commit

Permalink
FABN-990 NodeSDK prepare for 1.4.0 beta
Browse files Browse the repository at this point in the history
update all package.jsons and CHANGELOG
create release notes

Change-Id: I0f2cbad09b61118b0c6605f9380f00a607cf35f8
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Nov 1, 2018
1 parent 2f37854 commit 2ca614d
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 9 deletions.
141 changes: 141 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.0-snapshot",
"tag": "unstable",
"version": "1.4.0-beta",
"tag": "beta",
"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.0-snapshot",
"tag": "unstable",
"version": "1.4.0-beta",
"tag": "beta",
"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.0-snapshot",
"tag": "unstable",
"version": "1.4.0-beta",
"tag": "beta",
"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.0-snapshot",
"tag": "unstable",
"version": "1.4.0-beta",
"tag": "beta",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-sdk-node",
"version": "1.3.0-snapshot",
"version": "1.4.0-beta",
"testFabricVersion": "master",
"testFabricThirdParty": "0.4.14",
"docsLatestVersion": "release-1.3",
Expand Down
24 changes: 24 additions & 0 deletions release_notes/v1.4.0-beta.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
v1.4.0-beta November 1, 2018
-----------------------

Release Notes
-------------
Added the fabric-network project allowing for contract task orientated
hyperledger fabric application programming.

Bug fixes and documentation improvements.

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

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

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

Change Log
----------
https://github.com/hyperledger/fabric-sdk-node/blob/master/CHANGELOG.md#v140-beta

0 comments on commit 2ca614d

Please sign in to comment.