Skip to content

Commit 22bd0c9

Browse files
committed
Publish v10.5.3
1 parent 10ea49e commit 22bd0c9

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# History
22

3+
# 2022-05-11, version 10.5.3
4+
5+
- Fix #2337: npm package containing examples and docs to solve security
6+
vulnerabilities being reported on the examples and their dependencies.
7+
- Fix core, construction, and some other functions missing in docs.
8+
- Drop official support for Node.js 12 which has reached it's end of life.
9+
10+
311
# 2022-05-09, version 10.5.2
412

513
- Fix #2553: `@types/mocha` defined in `dependencies` instead of

package-lock.json

Lines changed: 3 additions & 3 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.2",
3+
"version": "10.5.3",
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.2'
1+
export const version = '10.5.3'
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)