Skip to content

Commit

Permalink
BE-739 Release v1.0.0 (#100)
Browse files Browse the repository at this point in the history
updated release document

Signed-off-by: jeeva <jeevasang@gmail.com>
  • Loading branch information
JeevaSang committed Apr 9, 2020
1 parent e9dad2a commit 855689b
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## v1.0.0

* [e9dad2a](https://github.com/hyperledger/blockchain-explorer/commit/e9dad2a) [BE-740](https://jira.hyperledger.org/browse/BE-740) Update the document for multi-org (#99)
* [1b85f7d](https://github.com/hyperledger/blockchain-explorer/commit/1b85f7d) BE 727 Security vulnerability in "react-scripts" (#98)
* [3cf378b](https://github.com/hyperledger/blockchain-explorer/commit/3cf378b) [BE-738](https://jira.hyperledger.org/browse/BE-738) Update info regarding required environment (#97)

## v1.0.0-rc3

* [abf707b](https://github.com/hyperledger/blockchain-explorer/commit/abf707b) [BE-735](https://jira.hyperledger.org/browse/BE-735) Update node.js version to 10.19 supported by fabric-sdk-node (#95)
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -58,6 +58,7 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s

| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
| -- | -- | -- |
| <b>[v1.0.0](release_notes/v1.0.0.md)</b> (Apr 09, 2020) | [v1.4.0 to v1.4.8](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc3](release_notes/v1.0.0-rc3.md)</b> (Apr 01, 2020) | [v1.4.0 to v1.4.6](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [10.19.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc2](release_notes/v1.0.0-rc2.md)</b> (Dec 10, 2019) | [v1.4.0 to v1.4.4](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
| <b>[v1.0.0-rc1](release_notes/v1.0.0-rc1.md)</b> (Nov 18, 2019) | [v1.4.2](https://hyperledger-fabric.readthedocs.io/en/release-1.4) | [8.11.x](https://nodejs.org/en/download/releases) |
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer-client",
"version": "1.0.0-rc1",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer",
"version": "1.0.0-rc1",
"version": "1.0.0",
"description": "hyperledger-explorer",
"private": true,
"main": "main.js",
Expand Down

0 comments on commit 855689b

Please sign in to comment.