Skip to content

Commit 393cc66

Browse files
committed
chore: publish v14.1.0
1 parent cc13fb8 commit 393cc66

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,6 @@ Neeraj Kumawat <42885320+nkumawat34@users.noreply.github.com>
259259
Emmanuel Ferdman <emmanuelferdman@gmail.com>
260260
Paul Korzhyk <paul.korzhyk@gmail.com>
261261
Francois <819179+fchu@users.noreply.github.com>
262+
witer33 <34513257+witer33@users.noreply.github.com>
262263

263264
# Generated by tools/update-authors.js

HISTORY.md

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

3-
# unpublished changes since 14.0.1
3+
# 2025-01-24, 14.1.0
44

5+
- Feat: implement `bigint` support in functions `log`, `log2`, `log10`,
6+
`larger`, `smaller`, `max`, `min` (#3345). Thanks @gwhitney.
7+
- Fix: #3342 hexadecimal input not turned into a `bigint` (#3348).
8+
- Fix `randomInt()` not working (#3345).
59
- Docs: fixed description of `sign` in the embedded docs (#3338).
610
Thanks @witer33.
711

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