From f5e88f4eed9305619c44beada57e2c0e51be38de Mon Sep 17 00:00:00 2001 From: Immugio Date: Wed, 3 Apr 2024 16:36:22 +0200 Subject: [PATCH] 0.2.21 --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1326c00..19fbfe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [0.2.20](https://github.com/Immugio/three-math-extensions/compare/16.15.10...0.2.20) +## [0.2.21](https://github.com/Immugio/three-math-extensions/compare/16.15.10...0.2.21) ### Commits +- Three dependency update [`7cf5cf3`](https://github.com/Immugio/three-math-extensions/commit/7cf5cf3ece28c408b544d5dcc8626a9fe005b9a5) - Packages update [`0d85b39`](https://github.com/Immugio/three-math-extensions/commit/0d85b392029f7bbaa5063cd0494e34f593d62ea5) - Add eslint [`98e4912`](https://github.com/Immugio/three-math-extensions/commit/98e4912d637b42ba80e2f3267638b43296113019) - Update jest packages [`af23b4f`](https://github.com/Immugio/three-math-extensions/commit/af23b4f08154bba3407f05b773865215e7e1cba8) @@ -52,7 +53,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Documentation update [`d5c7a07`](https://github.com/Immugio/three-math-extensions/commit/d5c7a0765f6097f5d3a3be01967d4059f19682fb) - Excluded files from build [`ec70614`](https://github.com/Immugio/three-math-extensions/commit/ec70614bc7df7a98f854c7a6693365118e04faf7) -## [16.15.10](https://github.com/Immugio/three-math-extensions/compare/0.2.19...16.15.10) - 2023-01-02 +## [16.15.10](https://github.com/Immugio/three-math-extensions/compare/0.2.20...16.15.10) - 2023-01-02 + +## [0.2.20](https://github.com/Immugio/three-math-extensions/compare/0.2.19...0.2.20) - 2024-04-03 + +### Commits + +- Dependencies update [`e8def7e`](https://github.com/Immugio/three-math-extensions/commit/e8def7e94575720cc25296681f844c4e53a9fc5c) ## [0.2.19](https://github.com/Immugio/three-math-extensions/compare/0.2.18...0.2.19) - 2024-04-02 diff --git a/package-lock.json b/package-lock.json index 6297d5a..5d89ca0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@immugio/three-math-extensions", - "version": "0.2.20", + "version": "0.2.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@immugio/three-math-extensions", - "version": "0.2.20", + "version": "0.2.21", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.11", diff --git a/package.json b/package.json index 9ec1f95..cbceb3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@immugio/three-math-extensions", - "version": "0.2.20", + "version": "0.2.21", "description": "Set of utilities for 2d and 3d line math built on top of three.js", "author": "Jan Mikeska ", "license": "ISC",