Skip to content

Commit bde1c9a

Browse files
authored
chore(main): release 6.10.5 (#160)
1 parent 8869e22 commit bde1c9a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [6.10.5](https://github.com/mljs/matrix/compare/v6.10.4...v6.10.5) (2023-09-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** optional argument for `norm()` ([#165](https://github.com/mljs/matrix/issues/165)) ([8869e22](https://github.com/mljs/matrix/commit/8869e2250751843d693b4347286d03052f2a6806))
9+
10+
11+
### Documentation
12+
13+
* add DOI badge ([#159](https://github.com/mljs/matrix/issues/159)) ([2b98189](https://github.com/mljs/matrix/commit/2b98189295e297a6c3a48f76ca05ca0641d14e2b))
14+
315
## [6.10.4](https://github.com/mljs/matrix/compare/v6.10.3...v6.10.4) (2022-11-05)
416

517

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.4",
3+
"version": "6.10.5",
44
"description": "Matrix manipulation and computation library",
55
"main": "matrix.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)