Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.4...v1.10.0) (2022-06-13)

### Bug Fixes

* [#34](#34) unit tests ([64c87d1](64c87d1))
* add 1D and 2D tests for [#34](#34) ([a226029](a226029))

### Features

* expose linalgebra ([fdc5b14](fdc5b14))
  • Loading branch information
semantic-release-bot committed Jun 13, 2022
1 parent d25a481 commit 1d031d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kalman-filter",
"version": "1.9.4",
"version": "1.10.0",
"description": "Kalman filter (and Extended Kalman Filter) Multi-dimensional implementation in Javascript",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1d031d0

Please sign in to comment.