From 750126525c59d0c9df88de2e6fa2b8ab1cccc34f Mon Sep 17 00:00:00 2001 From: josdejong Date: Sat, 11 Apr 2020 14:13:59 +0200 Subject: [PATCH] Publish v6.6.3 --- AUTHORS | 1 + HISTORY.md | 2 +- package-lock.json | 2 +- package.json | 2 +- src/version.js | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 14cdcf78b7..c2c18e5b19 100644 --- a/AUTHORS +++ b/AUTHORS @@ -128,5 +128,6 @@ Veeloxfire <58116051+Veeloxfire@users.noreply.github.com> Arkajit Mandal David Bramwell <13053834+dbramwell@users.noreply.github.com> Cameron Tacklind +dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> # Generated by tools/update-authors.js diff --git a/HISTORY.md b/HISTORY.md index ff4e7a4aec..29c18225ba 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ # History -# not yet published, version 6.6.3 +# 2020-04-10, version 6.6.3 - Fix #1813: bug in engineering notation for numbers of function `format`, sometimes resulting in needless trailing zeros. diff --git a/package-lock.json b/package-lock.json index f4174f3ef5..16ced4bee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "6.6.2", + "version": "6.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0578b4028d..9a8efdcd26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "6.6.2", + "version": "6.6.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 (https://github.com/josdejong)", "homepage": "https://mathjs.org", diff --git a/src/version.js b/src/version.js index 25c6dd0d61..2bec22f164 100644 --- a/src/version.js +++ b/src/version.js @@ -1,3 +1,3 @@ -export const version = '6.6.2' +export const version = '6.6.3' // Note: This file is automatically generated when building math.js. // Changes made in this file will be overwritten.