Skip to content

Commit 717dd32

Browse files
committed
chore: publish v10.6.0
1 parent 2ab26e0 commit 717dd32

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

HISTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# History
22

3-
# unpublished changes since version 10.5.3
3+
# 2022-05-24, version 10.6.0
44

55
- Implementation of fourier transform functions `fft` and `ifft` (#2540).
66
Thanks @HanchaiN.
77
- Fix TypeScript types not being listed in the exported fields (#2569).
88
Thanks @mattvague.
99
- Large improvements in TypeScript definitions for chained expressions (#2537).
1010
Thanks @mattvague.
11+
- Fix #2571: improve TypeScript definition of functions `clone` and `cloneDeep`
12+
(#2572). Thanks @mattvague.
1113
- Fix the first argument of `derivative` holding the expression not correctly
1214
being converted when using `.toTex()` (#2564). Thanks @mattvague.
1315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjs",
3-
"version": "10.5.3",
3+
"version": "10.6.0",
44
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
55
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",
66
"homepage": "https://mathjs.org",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = '10.5.3'
1+
export const version = '10.6.0'
22
// Note: This file is automatically generated when building math.js.
33
// Changes made in this file will be overwritten.

0 commit comments

Comments
 (0)