Skip to content

Commit

Permalink
Chore: (release) add version 1.7.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.9](v1.7.8...v1.7.9) (2022-10-24)

### Chore

* lower coverage ([068f792](068f792))

### Fix

* fix null in findCompletedJobs ([bebe4d7](bebe4d7))
  • Loading branch information
semantic-release-bot committed Oct 24, 2022
1 parent 068f792 commit 28f8476
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.7.9](https://github.com/pustovitDmytro/ianus/compare/v1.7.8...v1.7.9) (2022-10-24)


### Chore

* lower coverage ([068f792](https://github.com/pustovitDmytro/ianus/commit/068f792631bdac104d809edd600848050a252d3d))

### Fix

* fix null in findCompletedJobs ([bebe4d7](https://github.com/pustovitDmytro/ianus/commit/bebe4d7588fc8d5a09e21c66ac70ddb749c27f6c))

## [1.7.8](https://github.com/pustovitDmytro/ianus/compare/v1.7.7...v1.7.8) (2022-10-23)


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.8
FROM pustovitdmytro/ianus-base:1.7.9

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.8
FROM pustovitdmytro/ianus-base:1.7.9

WORKDIR /app

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": "ianus",
"version": "1.7.8",
"version": "1.7.9",
"description": "Binance Alarms",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 28f8476

Please sign in to comment.