diff --git a/.changeset/pre.json b/.changeset/pre.json index fb28867..074dbd0 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,10 @@ "initialVersions": { "@exactly/lib": "0.1.0" }, - "changesets": [] + "changesets": [ + "brave-hoops-live", + "kind-walls-write", + "quiet-hairs-fail", + "stale-weeks-argue" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index a257ada..c350353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @exactly/lib +## 0.1.1-uphold.0 + +### Patch Changes + +- [`d7e6b99`](https://github.com/exactly/lib/commit/d7e6b99b083762a3ed7838a80785e8f9d4a05e8e) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - ✨ auditor: add optional haircuts per market + +- [#10](https://github.com/exactly/lib/pull/10) [`941f683`](https://github.com/exactly/lib/commit/941f68361a97d6531de34dda38f88c1a236ee7fc) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🩹 market: mirror fixed repay rounding in position preview + +- [`49750dc`](https://github.com/exactly/lib/commit/49750dc471c98c29d1a95460e391b3a4dd257685) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 💩 auditor: hardcode uphold default haircuts + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 899b21d..5547fee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/lib", - "version": "0.1.0", + "version": "0.1.1-uphold.0", "homepage": "https://exact.ly", "repository": "github:exactly/lib", "scripts": {