From b3236b6592f47a7657f8fdc9d400a764cc4be1ef Mon Sep 17 00:00:00 2001 From: jos Date: Mon, 6 Jan 2020 20:03:52 +0100 Subject: [PATCH] Publish v6.4.0 --- HISTORY.md | 2 +- NOTICE | 2 +- README.md | 2 +- bin/cli.js | 2 +- package-lock.json | 2 +- package.json | 2 +- src/header.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index eeb88b12e..56063388c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ # History -# not yet published, version 6.4.0 +# 2020-01-06, version 6.4.0 - Extended function `dimension` with support for n-dimensional points. Thanks @Veeloxfire. diff --git a/NOTICE b/NOTICE index b054d04c7..7489eb744 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ math.js https://github.com/josdejong/mathjs -Copyright (C) 2013-2019 Jos de Jong +Copyright (C) 2013-2020 Jos de Jong Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index fd9ea8ff3..dfb3c57e0 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Thanks Travis CI and BrowserStack for the generous free hosting of this open sou ## License -Copyright (C) 2013-2019 Jos de Jong +Copyright (C) 2013-2020 Jos de Jong Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/bin/cli.js b/bin/cli.js index f61e79f01..a4bc4ff3c 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -30,7 +30,7 @@ * cat script.txt | mathjs > results.txt Run input stream, output to file * * @license - * Copyright (C) 2013-2019 Jos de Jong + * Copyright (C) 2013-2020 Jos de Jong * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy diff --git a/package-lock.json b/package-lock.json index eab8c03a5..c976d5655 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "6.3.0", + "version": "6.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0446019a9..72ef8a633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "6.3.0", + "version": "6.4.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 (https://github.com/josdejong)", "contributors": [ diff --git a/src/header.js b/src/header.js index fc4acf3de..9f404eca3 100644 --- a/src/header.js +++ b/src/header.js @@ -10,7 +10,7 @@ * @date @@date * * @license - * Copyright (C) 2013-2019 Jos de Jong + * Copyright (C) 2013-2020 Jos de Jong * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy