mathjs 13.2.1 → 13.2.2

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.
package/HISTORY.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # History
2
2
 
3
+ # 2024-11-13, 13.2.2
4
+
5
+ - Fix: #1455 implicit multiplication of a fraction with unit `in` is incorrect
6
+ (#3315). Thanks @nkumawat34.
7
+
3
8
  # 2024-11-06, 13.2.1
4
9
 
5
10
  - Update to the latest version of `complex.js`.