Skip to content

Commit c10ea73

Browse files
authored
chore: release 6.8.0 (#124)
1 parent c251328 commit c10ea73

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.8.0](https://www.github.com/mljs/matrix/compare/v6.7.0...v6.8.0) (2021-04-23)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [6.7.0](https://www.github.com/mljs/matrix/compare/v6.6.0...v6.7.0) (2021-03-12)
411

512

Diff for: package.json

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

0 commit comments

Comments
 (0)