Skip to content

Commit 4b632bb

Browse files
authored
chore(main): release 6.11.0 (#179)
1 parent cfe50db commit 4b632bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.11.0](https://github.com/mljs/matrix/compare/v6.10.8...v6.11.0) (2023-11-30)
4+
5+
6+
### Features
7+
8+
* add Symmetric and Distance Matrix ([#178](https://github.com/mljs/matrix/issues/178)) ([cfe50db](https://github.com/mljs/matrix/commit/cfe50db84440d8be309057acd17a4d9e8bf42681))
9+
310
## [6.10.8](https://github.com/mljs/matrix/compare/v6.10.7...v6.10.8) (2023-11-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-matrix",
3-
"version": "6.10.8",
3+
"version": "6.11.0",
44
"description": "Matrix manipulation and computation library",
55
"main": "matrix.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)