Skip to content

Commit

Permalink
[statistics-service] task: releasing v1.1.9 #228
Browse files Browse the repository at this point in the history
* [statistics-service] task: upgraded symbol-sdk to v2.0.3

* [statistics-service] fix: updated package-lock.json
  • Loading branch information
Baha authored Oct 27, 2022
1 parent 8ad96fb commit d3d3995
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ 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.9][v1.1.9] - 25-Oct-2022

Package | Version | Link
---|---------|---
REST Core| v2.4.2 | [catapult-rest][catapult-rest@v2.4.2]
SDK Core| v2.0.3 | [symbol-sdk][symbol-sdk@v2.0.3]

- Updated symbol-sdk version to 2.0.3

## [v1.1.8][v1.1.8] - 07-Jun-2022

Package | Version | Link
Expand Down Expand Up @@ -193,6 +202,7 @@ REST Core| v2.1.0 | [catapult-rest](https://github.com/symbol/catapult-rest/rele
### Fixes
- Cors error. [#13](https://github.com/symbol/statistics-service/issues/13)

[v1.1.9]: https://github.com/symbol/statistics-service/releases/tag/v1.1.9
[v1.1.8]: https://github.com/symbol/statistics-service/releases/tag/v1.1.8
[v1.1.7]: https://github.com/symbol/statistics-service/releases/tag/v1.1.7
[v1.1.6]: https://github.com/symbol/statistics-service/releases/tag/v1.1.6
Expand Down
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-statistics-service",
"version": "1.1.8",
"version": "1.1.9",
"description": "",
"scripts": {
"dev": "nodemon",
Expand Down Expand Up @@ -63,7 +63,7 @@
"humanize-duration": "^3.27.2",
"module-alias": "^2.2.2",
"mongoose": "^5.9.16",
"symbol-sdk": "^2.0.0",
"symbol-sdk": "^2.0.3",
"tcp-ping": "^0.1.1",
"utf8": "^3.0.0",
"uuid": "^8.0.0",
Expand Down

0 comments on commit d3d3995

Please sign in to comment.