Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pustovitDmytro/Ianus
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Aug 20, 2022
2 parents e365e7f + 2546595 commit d030bfb
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 29 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.2](https://github.com/pustovitDmytro/ianus/compare/v1.7.1...v1.7.2) (2022-08-17)


### Fix

* arbitrage queue name ([bcddfdf](https://github.com/pustovitDmytro/ianus/commit/bcddfdf77f41d06c61d625753a82c51cc7d405e7))

## [1.7.1](https://github.com/pustovitDmytro/ianus/compare/v1.7.0...v1.7.1) (2022-08-17)


Expand Down
2 changes: 1 addition & 1 deletion docker/Admin.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pustovitdmytro/ianus-base:1.7.1
FROM pustovitdmytro/ianus-base:1.7.2

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Worker.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pustovitdmytro/ianus-base:1.7.1
FROM pustovitdmytro/ianus-base:1.7.2

WORKDIR /app

Expand Down
52 changes: 27 additions & 25 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": "ianus",
"version": "1.7.1",
"version": "1.7.2",
"description": "Binance Alarms",
"main": "./lib",
"scripts": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"fast-deep-equal": "3.1.3",
"fs-extra": "10.1.0",
"ioredis": "5.2.2",
"logger-decorator": "^1.6.3",
"logger-decorator": "1.6.3",
"mongodb": "4.8.1",
"ms": "2.1.3",
"myrmidon": "1.7.2",
Expand Down

0 comments on commit d030bfb

Please sign in to comment.