Skip to content

Commit

Permalink
Chore: (release) add version 1.13.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.1](v1.13.0...v1.13.1) (2023-04-16)

### Fix

* total count in alarms ([6470c0e](6470c0e))
  • Loading branch information
semantic-release-bot committed Apr 16, 2023
1 parent 3ff7e4d commit e5e3983
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.13.1](https://github.com/pustovitDmytro/ianus/compare/v1.13.0...v1.13.1) (2023-04-16)


### Fix

* total count in alarms ([6470c0e](https://github.com/pustovitDmytro/ianus/commit/6470c0eb6e9ab2164c81524ab87212df260397c5))

# [1.13.0](https://github.com/pustovitDmytro/ianus/compare/v1.12.0...v1.13.0) (2023-04-09)


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.13.0
FROM pustovitdmytro/ianus-base:1.13.1

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.13.0
FROM pustovitdmytro/ianus-base:1.13.1

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

0 comments on commit e5e3983

Please sign in to comment.