Release v5.0.1

This commit is contained in:
jos 2018-07-01 15:17:19 +02:00
parent 6edac98444
commit 4052d59fea
4 changed files with 201 additions and 658 deletions

View File

@ -1,8 +1,9 @@
# History
## not yet released, version 5.0.1
## 2018-07-01, version 5.0.1
- Improved error messaging when converting units. Thanks @gap777.
- Upgraded devDependencies (`kerma`, `uglify-js`, `webpack`).
## 2018-06-16, version 5.0.0

846
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "5.0.0",
"version": "5.0.1",
"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": [
@ -119,7 +119,7 @@
"gulp-util": "3.0.8",
"istanbul": "0.4.5",
"jsep": "0.3.4",
"karma": "2.0.2",
"karma": "2.0.4",
"karma-browserstack-launcher": "1.3.0",
"karma-firefox-launcher": "1.1.0",
"karma-mocha": "1.3.0",
@ -140,9 +140,9 @@
"standard": "11.0.1",
"sylvester": "0.0.21",
"tar": "4.4.4",
"uglify-js": "3.4.0",
"uglify-js": "3.4.2",
"underscore": "1.9.1",
"webpack": "4.12.0",
"webpack": "4.14.0",
"zeros": "1.0.0"
},
"main": "./index",

View File

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