We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94360fe commit 67cda77Copy full SHA for 67cda77
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.12.2](https://github.com/mljs/matrix/compare/v6.12.1...v6.12.2) (2026-04-15)
4
+
5
6
+### Bug Fixes
7
8
+* bundle `array` deps ([#204](https://github.com/mljs/matrix/issues/204)) ([94360fe](https://github.com/mljs/matrix/commit/94360fee498de0aae5e292825290aa63ad586974))
9
10
## [6.12.1](https://github.com/mljs/matrix/compare/v6.12.0...v6.12.1) (2025-03-11)
11
12
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",
0 commit comments