Skip to content

Commit c210a2c

Browse files
committed
Merge branch 'main' of github.com:repetere/jsonstack-math
2 parents c097e03 + ee640a1 commit c210a2c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.16.0](https://github.com/repetere/jsonstack-math/compare/v1.15.0...v1.16.0) (2023-01-20)
2+
3+
4+
### Features
5+
6+
* diagonalization ([e56c97b](https://github.com/repetere/jsonstack-math/commit/e56c97b6c61a5295899bda3d505396b41ab3d13a))
7+
18
# [1.15.0](https://github.com/repetere/jsonstack-math/compare/v1.14.0...v1.15.0) (2023-01-19)
29

310

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonstack/math",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
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)