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 dd8e729 commit d71e23fCopy full SHA for d71e23f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [6.10.6](https://github.com/mljs/matrix/compare/v6.10.5...v6.10.6) (2023-10-17)
4
+
5
6
+### Bug Fixes
7
8
+* default export for ESM importers ([#168](https://github.com/mljs/matrix/issues/168)) ([dd8e729](https://github.com/mljs/matrix/commit/dd8e729c68454cc179f4542053e1e55c5de92c70))
9
10
## [6.10.5](https://github.com/mljs/matrix/compare/v6.10.4...v6.10.5) (2023-09-24)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-matrix",
- "version": "6.10.5",
+ "version": "6.10.6",
"description": "Matrix manipulation and computation library",
"main": "matrix.js",
"module": "src/index.js",
0 commit comments