diff --git a/CHANGELOG.md b/CHANGELOG.md index 45695d0..1c668b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.10.2](https://github.com/mljs/matrix/compare/v6.10.1...v6.10.2) (2022-06-29) + + +### Bug Fixes + +* improve README documentation ([#151](https://github.com/mljs/matrix/issues/151)) ([bb1a8cb](https://github.com/mljs/matrix/commit/bb1a8cbd33b048d9f21e460030e4726e5aea4802)) + ### [6.10.1](https://github.com/mljs/matrix/compare/v6.10.0...v6.10.1) (2022-05-31) diff --git a/package.json b/package.json index 51b4dab..6f07db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-matrix", - "version": "6.10.1", + "version": "6.10.2", "description": "Matrix manipulation and computation library", "main": "matrix.js", "module": "src/index.js",