Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](piercus/kalman-filter@v1.11.1...v1.12.0) (2023-03-24)

### Bug Fixes

* digital envelope routines::unsupported ([556302a](piercus@556302a))
* override NODE_OPTIONS ([768d061](piercus@768d061))
* override NODE_OPTIONS ([797253f](piercus@797253f))

### Features

* extended kalman filter with fn parameters ([5eac445](piercus@5eac445))
  • Loading branch information
semantic-release-bot committed Mar 24, 2023
1 parent 521fc62 commit f6633f3
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.11.1",
"version": "1.12.0",
"description": "Kalman filter (and Extended Kalman Filter) Multi-dimensional implementation in Javascript",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f6633f3

Please sign in to comment.