diff --git a/CHANGELOG.md b/CHANGELOG.md index 242f8e7..ff3b5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.12.2](https://github.com/mljs/matrix/compare/v6.12.1...v6.12.2) (2026-04-15) + + +### Bug Fixes + +* bundle `array` deps ([#204](https://github.com/mljs/matrix/issues/204)) ([94360fe](https://github.com/mljs/matrix/commit/94360fee498de0aae5e292825290aa63ad586974)) + ## [6.12.1](https://github.com/mljs/matrix/compare/v6.12.0...v6.12.1) (2025-03-11) diff --git a/package.json b/package.json index cc8620b..03c2199 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-matrix", - "version": "6.12.1", + "version": "6.12.2", "description": "Matrix manipulation and computation library", "main": "matrix.js", "module": "src/index.js",