Skip to content

Commit

Permalink
chore(main): release 6.12.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Oct 15, 2024
1 parent dbfd8e4 commit ec98866
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [6.12.0](https://github.com/mljs/matrix/compare/v6.11.1...v6.12.0) (2024-10-15)


### Features

* 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))


### Bug Fixes

* **typings:** improve generator types ([#190](https://github.com/mljs/matrix/issues/190)) ([ee83c8b](https://github.com/mljs/matrix/commit/ee83c8be47179736e8fafad9be6ea4dca0eb3ec3))

## [6.11.1](https://github.com/mljs/matrix/compare/v6.11.0...v6.11.1) (2024-06-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-matrix",
"version": "6.11.1",
"version": "6.12.0",
"description": "Matrix manipulation and computation library",
"main": "matrix.js",
"module": "src/index.js",
Expand Down

0 comments on commit ec98866

Please sign in to comment.