Skip to content

Commit ec98866

Browse files
authored
chore(main): release 6.12.0 (#194)
1 parent dbfd8e4 commit ec98866

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.12.0](https://github.com/mljs/matrix/compare/v6.11.1...v6.12.0) (2024-10-15)
4+
5+
6+
### Features
7+
8+
* add `mpow` to compute matrix power using exponentiation by squaring ([#193](https://github.com/mljs/matrix/issues/193)) ([dbfd8e4](https://github.com/mljs/matrix/commit/dbfd8e4c39e75a5d344c1058f94f0fc21dbd8713))
9+
10+
11+
### Bug Fixes
12+
13+
* **typings:** improve generator types ([#190](https://github.com/mljs/matrix/issues/190)) ([ee83c8b](https://github.com/mljs/matrix/commit/ee83c8be47179736e8fafad9be6ea4dca0eb3ec3))
14+
315
## [6.11.1](https://github.com/mljs/matrix/compare/v6.11.0...v6.11.1) (2024-06-10)
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.11.1",
3+
"version": "6.12.0",
44
"description": "Matrix manipulation and computation library",
55
"main": "matrix.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)