Skip to content

Commit

Permalink
chore: release 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot committed Apr 23, 2021
1 parent c251328 commit 4818d97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.8.0](https://www.github.com/mljs/matrix/compare/v6.7.0...v6.8.0) (2021-04-23)


### Features

* add multi Y options to nipals ([#122](https://www.github.com/mljs/matrix/issues/122)) ([#123](https://www.github.com/mljs/matrix/issues/123)) ([c251328](https://www.github.com/mljs/matrix/commit/c2513281294f832b4d58b3734c6bc54b6261576d))

## [6.7.0](https://www.github.com/mljs/matrix/compare/v6.6.0...v6.7.0) (2021-03-12)


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.7.0",
"version": "6.8.0",
"description": "Matrix manipulation and computation library",
"main": "matrix.js",
"module": "src/index.js",
Expand Down

0 comments on commit 4818d97

Please sign in to comment.