From e3e8f40405a92327ad04f2acdf36ce620a99ebc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 30 Jun 2019 00:34:46 +0200 Subject: [PATCH] 2.0.0 --- History.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index fbe350f..fc3f77b 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +# [2.0.0](https://github.com/mljs/sparse-matrix/compare/v1.0.0...v2.0.0) (2019-06-29) + + +### chore + +* update dependencies and remove support for Node.js 6 ([4daad75](https://github.com/mljs/sparse-matrix/commit/4daad75)) + + +### BREAKING CHANGES + +* Node.js 6 is no longer supported. + + + # [1.0.0](https://github.com/mljs/sparse-matrix/compare/v0.2.1...v1.0.0) (2017-12-11) diff --git a/package.json b/package.json index 5ca965b..036724a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-sparse-matrix", - "version": "1.0.0", + "version": "2.0.0", "description": "Sparse matrix library", "main": "lib/index.js", "module": "src/index.js",