Skip to content

Commit

Permalink
BE-872 Release v1.1.6 (hyperledger-labs#248)
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Neki <[email protected]>
  • Loading branch information
nekia authored Jun 6, 2021
1 parent ffb7916 commit 00ed99b
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.1.6

* [ffb7916](https://github.com/hyperledger/blockchain-explorer/commit/ffb7916) [BE-871](https://jira.hyperledger.org/browse/BE-871) Introduce dropdown to put together icons (#247)
* [973904e](https://github.com/hyperledger/blockchain-explorer/commit/973904e) Update fabric-sdk-node to v2.2.6 (#246)
* [44ae9ee](https://github.com/hyperledger/blockchain-explorer/commit/44ae9ee) [BE-855](https://jira.hyperledger.org/browse/BE-855) Stop unnecessary sync process triggered by FabricEvent (#240)
* [7e3f1b6](https://github.com/hyperledger/blockchain-explorer/commit/7e3f1b6) Bump ws from 7.4.1 to 7.4.6 in /client/e2e-test (#245)
* [a11b16a](https://github.com/hyperledger/blockchain-explorer/commit/a11b16a) Bump ws from 5.2.2 to 7.4.6 (#244)
* [68db6aa](https://github.com/hyperledger/blockchain-explorer/commit/68db6aa) Bump browserslist from 4.16.3 to 4.16.6 (#242)
* [cbced97](https://github.com/hyperledger/blockchain-explorer/commit/cbced97) Bump dns-packet from 1.3.1 to 1.3.4 in /client (#241)
* [3cf27da](https://github.com/hyperledger/blockchain-explorer/commit/3cf27da) [BE-855](https://jira.hyperledger.org/browse/BE-855) Add try catch block to handle block in-process exception (#239)
* [a8869bc](https://github.com/hyperledger/blockchain-explorer/commit/a8869bc) Be 870 display direct trans link (#237)
* [9443432](https://github.com/hyperledger/blockchain-explorer/commit/9443432) [BE-868](https://jira.hyperledger.org/browse/BE-868) Fixed jsrsasign security vulnerabilities (#236)
* [21477e3](https://github.com/hyperledger/blockchain-explorer/commit/21477e3) add typescript compilation on main.sh install (#234)
* [d8a7bd6](https://github.com/hyperledger/blockchain-explorer/commit/d8a7bd6) Added new maintainer name (#232)
* [2ae596e](https://github.com/hyperledger/blockchain-explorer/commit/2ae596e) Be 865 repolinter codeofconduct (#231)

## v1.1.5

* [5ce121a](https://github.com/hyperledger/blockchain-explorer/commit/5ce121a) Be 862 Fix sync error (#228)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Hyperledger Explorer is a simple, powerful, easy-to-use, well maintained, open s

| Hyperledger Explorer Version | Fabric Version Supported | NodeJS Version Supported |
| -- | -- | -- |
| <b>[v1.1.6](release_notes/v1.1.6.md)</b> (Jun 06, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| <b>[v1.1.5](release_notes/v1.1.5.md)</b> (Apr 20, 2021) | [v1.4 to v2.3](https://hyperledger-fabric.readthedocs.io/en/release-2.3) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| <b>[v1.1.4](release_notes/v1.1.4.md)</b> (Jan 29, 2021) | [v1.4 to v2.2](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [^12.13.1, ^14.13.1](https://nodejs.org/en/download/releases) |
| <b>[v1.1.3](release_notes/v1.1.3.md)</b> (Sep 28, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.2](release_notes/v1.1.2.md)</b> (Aug 12, 2020) | [v1.4.0 to v2.2.0](https://hyperledger-fabric.readthedocs.io/en/release-2.2) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.1](release_notes/v1.1.1.md)</b> (Jul 17, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
| <b>[v1.1.0](release_notes/v1.1.0.md)</b> (Jul 01, 2020) | [v1.4.0 to v2.1.1](https://hyperledger-fabric.readthedocs.io/en/release-2.1) | [12.16.x](https://nodejs.org/en/download/releases) |
| <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) |

---

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperledger-explorer-client",
"version": "1.1.5",
"version": "1.1.6",
"private": true,
"license": "Apache-2.0",
"dependencies": {
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": "hyperledger-explorer",
"version": "1.1.5",
"version": "1.1.6",
"description": "hyperledger-explorer",
"private": true,
"main": "main.js",
Expand Down
35 changes: 35 additions & 0 deletions release_notes/v1.1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!-- (SPDX-License-Identifier: CC-BY-4.0) --> <!-- Ensure there is a newline before, and after, this line -->

## New Features
* [BE-871](https://jira.hyperledger.org/browse/BE-871) Introduce dropdown to put together icons (#247)
* [BE-870](https://jira.hyperledger.org/browse/BE-870) display direct trans link (#237)
* Add typescript compilation on main.sh install (#234)
* [BE-865](https://jira.hyperledger.org/browse/BE-865) repolinter codeofconduct (#231)

## Bug Fixes and Updates

* [BE-855](https://jira.hyperledger.org/browse/BE-855) Stop unnecessary sync process triggered by FabricEvent (#240)
* [BE-855](https://jira.hyperledger.org/browse/BE-855) Add try catch block to handle block in-process exception (#239)

## Known Vulnerabilities

```
jsrsasign <10.2.0
Severity: critical
RSA signature validation vulnerability - https://npmjs.com/advisories/1672
fix available via `npm audit fix --force`
Will install [email protected], which is a breaking change
node_modules/jsrsasign
fabric-ca-client *
Depends on vulnerable versions of fabric-common
Depends on vulnerable versions of jsrsasign
node_modules/fabric-ca-client
fabric-common >=2.1.1-snapshot.390
Depends on vulnerable versions of jsrsasign
node_modules/fabric-common
fabric-network >=1.4.19-snapshot.1
Depends on vulnerable versions of fabric-common
node_modules/fabric-network
4 critical severity vulnerabilities
```

0 comments on commit 00ed99b

Please sign in to comment.