From efcf5d9089e02e4c7c0877af194394b34e24cc5d Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Fri, 5 Sep 2025 17:00:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20package:=20v0.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/wide-planes-nail.md | 12 ------------ CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/wide-planes-nail.md create mode 100644 CHANGELOG.md diff --git a/.changeset/wide-planes-nail.md b/.changeset/wide-planes-nail.md deleted file mode 100644 index e4cf286..0000000 --- a/.changeset/wide-planes-nail.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@exactly/lib": minor ---- - -🔖 exactly lib v0.1 featuring: - -- auditor: account health and risk utilities for liquidity, borrow capacity, health, and safe withdrawals -- fixed-point math: 1e18 fixed-point primitives for arithmetic, exponential/logarithmic, roots, bounds, and scaling constants -- installments: tools to compute effective rates and split notional across periods with time helpers -- interest-rate model: fixed and floating rate calculations, utilization metrics, maturities, and model parameters -- market: calculators for fixed position repayment and floating deposit rate estimation -- vector: lightweight numeric vector arithmetic, mapping, aggregation, and element-wise helpers diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b447d87 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# @exactly/lib + +## 0.1.0 + +### Minor Changes + +- [`70b3d90`](https://github.com/exactly/lib/commit/70b3d9019467d80ae1a1ab1be107bf4cac4b427f) Thanks [@cruzdanilo](https://github.com/cruzdanilo)! - 🔖 exactly lib v0.1 featuring: + - auditor: account health and risk utilities for liquidity, borrow capacity, health, and safe withdrawals + - fixed-point math: 1e18 fixed-point primitives for arithmetic, exponential/logarithmic, roots, bounds, and scaling constants + - installments: tools to compute effective rates and split notional across periods with time helpers + - interest-rate model: fixed and floating rate calculations, utilization metrics, maturities, and model parameters + - market: calculators for fixed position repayment and floating deposit rate estimation + - vector: lightweight numeric vector arithmetic, mapping, aggregation, and element-wise helpers diff --git a/package.json b/package.json index 93d1913..2356e33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@exactly/lib", - "version": "0.0.1", + "version": "0.1.0", "homepage": "https://exact.ly", "repository": "github:exactly/lib", "scripts": {