Released v3.12.3

This commit is contained in:
jos 2017-05-05 21:09:59 +02:00
parent 27660d8c00
commit 150e5bd42a
6 changed files with 2840 additions and 2684 deletions

View File

@ -1,5 +1,9 @@
# History
## 2017-05-05, version 3.12.3
- Fixed security vulnerabilities. Thanks Dan and Sam.
## 2017-04-30, version 3.12.2

5478
dist/math.js vendored

File diff suppressed because it is too large Load Diff

2
dist/math.map vendored

File diff suppressed because one or more lines are too long

36
dist/math.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
module.exports = '3.12.2';
module.exports = '3.12.3';
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "3.12.2",
"version": "3.12.3",
"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.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"contributors": [