We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4ba15 commit abe3503Copy full SHA for abe3503
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.10.7](https://github.com/mljs/matrix/compare/v6.10.6...v6.10.7) (2023-10-20)
4
+
5
6
+### Bug Fixes
7
8
+* disable esModule in CJS build ([#171](https://github.com/mljs/matrix/issues/171)) ([bc4ba15](https://github.com/mljs/matrix/commit/bc4ba151dcab5dc3c2cc0d4f1f326d541e44217f))
9
10
## [6.10.6](https://github.com/mljs/matrix/compare/v6.10.5...v6.10.6) (2023-10-17)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-matrix",
- "version": "6.10.6",
+ "version": "6.10.7",
"description": "Matrix manipulation and computation library",
"main": "matrix.js",
"module": "src/index.js",
0 commit comments