From c4c42a266f0cb07eabd876891620870db813edbc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Aug 2022 17:05:00 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/piercus/kalman-filter/compare/v1.10.1...v1.11.0) (2022-08-12) ### Features * add files in package.json to reduce package footprint ([657b7e5](https://github.com/piercus/kalman-filter/commit/657b7e53a07b70658d2b533d3eba09ab10ae209f)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3182c26..1b8ff7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kalman-filter", - "version": "1.10.1", + "version": "1.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9316917..59530c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kalman-filter", - "version": "1.10.1", + "version": "1.11.0", "description": "Kalman filter (and Extended Kalman Filter) Multi-dimensional implementation in Javascript", "main": "index.js", "scripts": {