Skip to content

Commit

Permalink
[explorer] task: release note v1.2.1 #1185
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaw authored May 16, 2023
1 parent a4a3c90 commit cb5ffd2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ 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.2.1][v1.2.1] - 16-May-2023
Package | Version | Link
---|---|---
REST Core| v2.4.2 | catapult-rest
SDK Core| v2.0.3 | symbol-sdk

[Bug] [#1146](https://github.com/symbol/explorer/issues/1146): Fix search namespace without dash.

[Bug] [#1167](https://github.com/symbol/explorer/pull/1167): Fix the peer node loading issue in the node list page.

[Update] [#1183](https://github.com/symbol/explorer/pull/1183): Account listing default display rich list

## [v1.2.0][v1.2.0] - 26-Oct-2022
Package | Version | Link
---|---|---
Expand Down Expand Up @@ -541,3 +553,4 @@ SDK Core| v0.20.7 | symbol-sdk
[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
[v1.2.0]: https://github.com/symbol/explorer/releases/tag/v1.2.0
[v1.2.1]: https://github.com/symbol/explorer/releases/tag/v1.2.1
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symbol-explorer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Symbol Block and Network Explorer",
"scripts": {
"build": "vue-cli-service build",
Expand Down

0 comments on commit cb5ffd2

Please sign in to comment.