@immugio/three-math-extensions 0.3.2 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
9
 
10
- ## [0.3.2](https://github.com/Immugio/three-math-extensions/compare/0.3.1...0.3.2)
10
+ ## [0.3.4](https://github.com/Immugio/three-math-extensions/compare/0.3.3...0.3.4)
11
+
12
+ ### Commits
13
+
14
+ - Enable empty changelog [`cd9dbcd`](https://github.com/Immugio/three-math-extensions/commit/cd9dbcd1713977c41cd7ced8f71872c3d185b671)
15
+
16
+ ## [0.3.3](https://github.com/Immugio/three-math-extensions/compare/0.3.2...0.3.3) - 2025-11-20
17
+
18
+ ### Commits
19
+
20
+ - Update publish action [`f1ac224`](https://github.com/Immugio/three-math-extensions/commit/f1ac2249870ee4c2cec8039de175b6c1c574e011)
21
+
22
+ ## [0.3.2](https://github.com/Immugio/three-math-extensions/compare/0.3.1...0.3.2) - 2025-11-20
11
23
 
12
24
  ### Merged
13
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@immugio/three-math-extensions",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Set of utilities for 2d and 3d line math built on top of three.js",
5
5
  "author": "Jan Mikeska <janmikeska@gmail.com>",
6
6
  "license": "ISC",