diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ae360..0b62b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.10.4](https://github.com/mljs/matrix/compare/v6.10.3...v6.10.4) (2022-11-05) + + +### Bug Fixes + +* improve inspect/toString number formatter ([#157](https://github.com/mljs/matrix/issues/157)) ([4ed872e](https://github.com/mljs/matrix/commit/4ed872e3fe747b1cb0a026b359b9d8e0672f6ea1)) + ## [6.10.3](https://github.com/mljs/matrix/compare/v6.10.2...v6.10.3) (2022-11-04) diff --git a/package.json b/package.json index 163ce99..8970d0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-matrix", - "version": "6.10.3", + "version": "6.10.4", "description": "Matrix manipulation and computation library", "main": "matrix.js", "module": "src/index.js",