Skip to content

Commit fee4561

Browse files
committed
chore: publish v15.2.0
1 parent 139dcab commit fee4561

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

AUTHORS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,10 @@ 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-
Chibuike Anselm <chibuikeanselm@Chibuikes-MacBook-Pro.local>
286-
Adriano Fantini <a.fantini@higecomore.com>
287285
Anadian <willanad@yandex.com>
288286
Dheemanth D <165369664+Dheemanth07@users.noreply.github.com>
287+
Adriano Fantini <adrfantini@users.noreply.github.com>
288+
Chibuike Anselm <chibuikeanselm@Chibuikes-MacBook-Pro.local>
289+
Jos de Jong <email@josdejong.com>
289290

290291
# Generated by tools/update-authors.js

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# History
22

3-
# Unpublished changes since 15.1.1 (for release 15.2)
3+
# 2026-04-07, 15.2.0
44

55
- Feat: Add amp-hour charge unit `Ah` (#3617). Thanks @adrfantini.
66
- Feat: #3595 implement `num` and `den` functions returning the parts of

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