Skip to content

Commit ddd4d67

Browse files
Release: 1.17.0
# [1.17.0](v1.16.1...v1.17.0) (2023-02-21) ### Features * adding vector distance ([b8cc458](b8cc458))
1 parent b8cc458 commit ddd4d67

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.17.0](https://github.com/repetere/jsonstack-math/compare/v1.16.1...v1.17.0) (2023-02-21)
2+
3+
4+
### Features
5+
6+
* adding vector distance ([b8cc458](https://github.com/repetere/jsonstack-math/commit/b8cc4589dd99dab2514014af887d50fbb4686d92))
7+
18
## [1.16.1](https://github.com/repetere/jsonstack-math/compare/v1.16.0...v1.16.1) (2023-01-22)
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.16.1",
3+
"version": "1.17.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)