Skip to content

Commit d3f3643

Browse files
committed
chore: publish v14.5.1
1 parent faaf148 commit d3f3643

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,6 @@ witer33 <[email protected]>
263263
264264
Christian Stussak <[email protected]>
265265
266+
Delaney Sylvans <[email protected]>
266267

267268
# Generated by tools/update-authors.js

HISTORY.md

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

3-
# unpublished changes since 14.5.0
3+
# 2025-05-28, 14.5.1
44

55
- Fix: #3482 mathjs throwing an error related to `BigInt` when loading in
66
specific environments.
77
- Fix: syntax section of function `numeric` (see #3448).
88
- Fix: #3472 rename physical constant `coulomb` to `coulombConstant`. The old
99
name is still available for backward compatibility.
10+
- Fix: support multiplication of arrays with units (#3456). Thanks @Delaney.
1011

1112
# 2025-05-21, 14.5.0
1213

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": "14.5.0",
3+
"version": "14.5.1",
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 = '14.5.0'
1+
export const version = '14.5.1'
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)