From 41e09fd515a27c3b40a5ab1f5610558b36d68d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Vadal=C3=A0?= Date: Mon, 19 Feb 2024 23:39:28 +0100 Subject: [PATCH] updates doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0141b47..84e873f 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ applyToPoint(matrix, [16, 24]); - **2.13** - Upgrades deps; Improves typescript definition; Upgrades gh-actions deps; - **2.14** - Upgrades deps; Adds `fromOneMovingPoint` and `fromTwoMovingPoints` functions [#95](https://github.com/chrvadala/transformation-matrix/pull/95) - **2.15** - Removes circular dependencies [#97](https://github.com/chrvadala/transformation-matrix/pull/97); Upgrades gh-actions and deps +- **2.16** - Upgrades deps; Upgrades gh-actions deps; # Contributors - [chrvadala](https://github.com/chrvadala) (author)