diff --git a/.changeset/flat-camels-repeat.md b/.changeset/flat-camels-repeat.md deleted file mode 100644 index 47128ee..0000000 --- a/.changeset/flat-camels-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/liquidation-bot": patch ---- - -Add PAGE_SIZE as environment variable diff --git a/.changeset/many-apricots-travel.md b/.changeset/many-apricots-travel.md deleted file mode 100644 index d66240c..0000000 --- a/.changeset/many-apricots-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/liquidation-bot": patch ---- - -✨ refactor cache recovery and price updates diff --git a/.changeset/smooth-buckets-end.md b/.changeset/smooth-buckets-end.md deleted file mode 100644 index 57bb268..0000000 --- a/.changeset/smooth-buckets-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@exactly/liquidation-bot": patch ---- - -🐛 fix validation for unprofitable liquidations diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfd374..d203641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 5dc6928..2cb2dde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2070,7 +2070,7 @@ checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "liq-bot" -version = "0.1.19" +version = "0.1.20" dependencies = [ "cacache", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index 1c59d93..535fe73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liq-bot" -version = "0.1.19" +version = "0.1.20" license = "MIT" authors = [ "Rodrigo Bronzelle ", diff --git a/package.json b/package.json index daa4925..b996cbd 100644 --- a/package.json +++ b/package.json @@ -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",