Skip to content

Commit 11b96a9

Browse files
Release: 1.16.1
## [1.16.1](v1.16.0...v1.16.1) (2023-01-22) ### Bug Fixes * fixed undefined eigenvectors ([c097e03](c097e03))
1 parent c210a2c commit 11b96a9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.16.1](https://github.com/repetere/jsonstack-math/compare/v1.16.0...v1.16.1) (2023-01-22)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed undefined eigenvectors ([c097e03](https://github.com/repetere/jsonstack-math/commit/c097e0334d5ae21b9c45024df23bcfa16e214383))
7+
18
# [1.16.0](https://github.com/repetere/jsonstack-math/compare/v1.15.0...v1.16.0) (2023-01-20)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonstack/math",
3-
"version": "1.16.0",
3+
"version": "1.16.1",
44
"description": "jsonstack math is a TypeScript module with solvers and helpers for math/linear algebra.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)