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",