From 975e42fca4bc072a461f01f538dadc5a2e736fb7 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 3 Nov 2021 15:51:32 +0100 Subject: [PATCH] Publish v9.5.2 --- package-lock.json | 5 +++-- package.json | 2 +- src/version.js | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17a8a7a1a..5e1900d18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "mathjs", - "version": "9.5.1", + "version": "9.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "9.5.1", + "name": "mathjs", + "version": "9.5.2", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.4", diff --git a/package.json b/package.json index 8102a3bee..06f2fc06d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mathjs", - "version": "9.5.1", + "version": "9.5.2", "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 d24f7e07f..e1cfe5a17 100644 --- a/src/version.js +++ b/src/version.js @@ -1,3 +1,3 @@ -export const version = '9.5.1' +export const version = '9.5.2' // Note: This file is automatically generated when building math.js. // Changes made in this file will be overwritten.