From 1074d6a84eb2c00cca4f7bb6bc38d4db33b143f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 16 Aug 2019 10:00:44 +0200 Subject: [PATCH] 6.3.0 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 909f898a..bf25d03d 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +# [6.3.0](https://github.com/mljs/matrix/compare/v6.2.0...v6.3.0) (2019-08-16) + + +### Features + +* add UMD build ([#92](https://github.com/mljs/matrix/issues/92)) ([3b82b07](https://github.com/mljs/matrix/commit/3b82b07)) + + + # [6.2.0](https://github.com/mljs/matrix/compare/v6.1.2...v6.2.0) (2019-07-20) diff --git a/package.json b/package.json index bc39ac54..5b07d35f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-matrix", - "version": "6.2.0", + "version": "6.3.0", "description": "Matrix manipulation and computation library", "main": "matrix.js", "module": "src/index.js",