Skip to content

Commit

Permalink
🔖 v0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bronzelle committed Dec 29, 2023
1 parent a064412 commit ca6c5be
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-camels-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-apricots-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-buckets-end.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @exactly/liquidation-bot

## 0.1.20

### Patch Changes

- a0e06ae: Add PAGE_SIZE as environment variable
- fc714cb: ✨ refactor cache recovery and price updates
- 8734902: 🐛 fix validation for unprofitable liquidations

## 0.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liq-bot"
version = "0.1.19"
version = "0.1.20"
license = "MIT"
authors = [
"Rodrigo Bronzelle <[email protected]>",
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": "@exactly/liquidation-bot",
"version": "0.1.19",
"version": "0.1.20",
"private": true,
"scripts": {
"version": "changeset version && node .changeset/cargo.js && npm install --legacy-peer-deps --package-lock-only && git commit --all --amend --no-edit",
Expand Down

0 comments on commit ca6c5be

Please sign in to comment.