mathjs 10.6.2 → 10.6.3

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # History
2
2
 
3
+ # 2022-06-24, version 10.6.3
4
+
5
+ - Revert the TypeScript definition fixes for `factory` applied in `v10.6.2`,
6
+ they give some complications.
7
+
8
+
3
9
  # 2022-06-24, version 10.6.2
4
10
 
5
11
  - Improve TypeScript definitions of `ParenthesisNode`. Thanks @mattvague.