mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
Released v3.12.3
This commit is contained in:
parent
27660d8c00
commit
150e5bd42a
@ -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
5478
dist/math.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/math.map
vendored
2
dist/math.map
vendored
File diff suppressed because one or more lines are too long
36
dist/math.min.js
vendored
36
dist/math.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user