Skip to content

Commit e910b54

Browse files
committed
chore: publish v15.1.1
1 parent ed10f50 commit e910b54

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Richard Taylor <richard.taylor@claconnect.com>
282282
NilsDietrich <61544566+NilsDietrich@users.noreply.github.com>
283283
anslem chibuike <144047596+AnslemHack@users.noreply.github.com>
284284
Ayomide Bamigbade <iamtryve@gmail.com>
285-
Dheemanth07 <dheemanth1007@gmail.com>
286285
Anadian <willanad@yandex.com>
286+
Dheemanth D <165369664+Dheemanth07@users.noreply.github.com>
287287

288288
# Generated by tools/update-authors.js

HISTORY.md

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

3-
# unreleased changes since 15.1.0
3+
# 2026-02-10, 15.1.1
44

55
- Fix: #3631 Handle bigints in `compareNatural` (#3632). Thanks @Dheemanth07.
6-
- Docs: Correct several arithmetic and relational documentation examples
7-
and add History (#3630). Thanks @Anadian.
86
- Fix: #3578 interpret empty true-expr of conditional as error (#3581).
97
Thanks @gwhitney.
108
- Fix: #3597 added nullish type definitions (#3601). Thanks @Ayo1984.
9+
- Docs: Correct several arithmetic and relational documentation examples
10+
and add History (#3630). Thanks @Anadian.
1111
- Docs: fix #3565, update Matrix documentation (#3591). Thanks @orelbn.
1212
- Docs: #3341 add per-function HISTORY sections (#3606). Thanks @gwhitney.
13+
- Docs: describe that `setDistinct` sorts the elements (see #3602).
1314

1415
# 2025-11-05, 15.1.0
1516

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": "15.1.0",
3+
"version": "15.1.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 <wjosdejong@gmail.com> (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 = '15.1.0'
1+
export const version = '15.1.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)