Skip to content

Commit

Permalink
Publish v7.2.0. Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Aug 24, 2020
1 parent 2b6065e commit e94379d
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 40 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# History

# not yet published, version 7.2.0
# 2020-08-24, version 7.2.0

- Implemented new function `diff`, see #1634, #1920. Thanks @Veeloxfire.
- Implemented support for norm 2 for matrices in function `norm`.
Expand Down
97 changes: 64 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "7.1.0",
"version": "7.2.0",
"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)",
"homepage": "https://mathjs.org",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typed-function": "^2.0.0"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/core": "7.11.4",
"@babel/plugin-transform-object-assign": "7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/register": "7.10.5",
Expand All @@ -50,7 +50,7 @@
"gulp-babel": "8.0.0",
"handlebars": "4.7.6",
"istanbul": "0.4.5",
"jsep": "0.3.4",
"jsep": "0.3.5",
"karma": "5.1.1",
"karma-browserstack-launcher": "1.6.0",
"karma-firefox-launcher": "1.3.0",
Expand All @@ -59,7 +59,7 @@
"karma-webpack": "4.0.2",
"math-expression-evaluator": "1.2.22",
"mkdirp": "1.0.4",
"mocha": "8.0.1",
"mocha": "8.1.1",
"ndarray": "1.0.19",
"ndarray-determinant": "1.0.0",
"ndarray-gemm": "1.0.0",
Expand All @@ -70,7 +70,7 @@
"pad-right": "0.2.2",
"standard": "14.3.4",
"sylvester": "0.0.21",
"uglify-js": "3.10.1",
"uglify-js": "3.10.2",
"underscore": "1.10.2",
"webpack": "4.44.1",
"zeros": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = '7.1.0'
export const version = '7.2.0'
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

0 comments on commit e94379d

Please sign in to comment.