Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw committed Oct 26, 2022
2 parents a54dc05 + 11e0449 commit 7f06159
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 19 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v1.1.7][v1.1.7] - 25-Oct-2022
Package | Version | Link
---|---|---
REST Core| v2.4.2 | catapult-rest
SDK Core| v2.0.3 | symbol-sdk

[Feature]: We update symbol-SDK v2.0.3.

## [v1.1.6][v1.1.6] - 17-Jun-2022
Package | Version | Link
---|---|---
Expand Down Expand Up @@ -507,3 +515,4 @@ SDK Core| v0.20.7 | symbol-sdk
[v1.1.4]: https://github.com/symbol/explorer/releases/tag/v1.1.4
[v1.1.5]: https://github.com/symbol/explorer/releases/tag/v1.1.5
[v1.1.6]: https://github.com/symbol/explorer/releases/tag/v1.1.6
[v1.1.7]: https://github.com/symbol/explorer/releases/tag/v1.1.7
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symbol-explorer",
"version": "1.1.6",
"version": "1.1.7",
"description": "Symbol Block and Network Explorer",
"scripts": {
"build": "vue-cli-service build",
Expand Down Expand Up @@ -28,7 +28,7 @@
"merkletreejs": "^0.2.31",
"moment-timezone": "^0.5.35",
"nem-sdk": "^1.6.8",
"symbol-sdk": "^2.0.2",
"symbol-sdk": "^2.0.3",
"symbol-statistics-service-typescript-fetch-client": "^1.1.5",
"url-parse": "^1.5.10",
"vue": "^2.6.14",
Expand Down

0 comments on commit 7f06159

Please sign in to comment.