From 33f4ffcb2cb9ca64d0770a89e0b6102d12959922 Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 31 Aug 2019 09:59:49 +0200 Subject: [PATCH] Publish v6.2.1 --- HISTORY.md | 2 +- package-lock.json | 2 +- package.json | 2 +- src/version.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7bb902bfcc..0824f90225 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ # History -# not yet published, version 6.2.1 +# 2019-08-31, version 6.2.1 - Fixed #1606: function `format` not working for expressions. diff --git a/package-lock.json b/package-lock.json index 5ae19dd625..5ca84ce778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d63266dbb..58734f2845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "6.2.0", + "version": "6.2.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 (https://github.com/josdejong)", "contributors": [ diff --git a/src/version.js b/src/version.js index d20b1098b3..89658b2db9 100644 --- a/src/version.js +++ b/src/version.js @@ -1,3 +1,3 @@ -export const version = '6.2.0' +export const version = '6.2.1' // Note: This file is automatically generated when building math.js. // Changes made in this file will be overwritten.