Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.13.0...v2.0.0) (2023-04-20)

### Bug Fixes

* rm http-server from package.json ([83d1be1](83d1be1))
* update package-lock.json ([ffeed39](ffeed39))

### Features

* remove linalgebra and use simple-linalg instead ([bcb5c8d](bcb5c8d))

### BREAKING CHANGES

* the linalgebra is not exposed anymore
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent bcb5c8d commit aef1d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.13.0",
"version": "2.0.0",
"description": "Kalman filter (and Extended Kalman Filter) Multi-dimensional implementation in Javascript",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aef1d8a

Please sign in to comment.