diff --git a/CHANGELOG.md b/CHANGELOG.md index 833ac3a..f8e1c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.10](https://github.com/FlorentinTh/LE2ML-Windowing-Module/compare/v1.0.9...v1.0.10) (2022-04-19) + + +### Chore + +* **deps:** update dependencies ([c48ee69](https://github.com/FlorentinTh/LE2ML-Windowing-Module/commit/c48ee69c21152c3dc7369cfed970959cd75551bb)) +* **deps:** update dependencies ([bb79cbc](https://github.com/FlorentinTh/LE2ML-Windowing-Module/commit/bb79cbc38e99925a7d3a1d833297c294909470f8)) +* **deps:** update dependencies ([196eeb5](https://github.com/FlorentinTh/LE2ML-Windowing-Module/commit/196eeb541dbefcf3cf2d0f4a844097575090c248)) +* **eslint:** change eslint config and dependencies ([c568822](https://github.com/FlorentinTh/LE2ML-Windowing-Module/commit/c568822fbe16137cb35b059d3446a4321b07698a)) + ### [1.0.9](https://github.com/FlorentinTh/LE2ML-Windowing-Module/compare/v1.0.8...v1.0.9) (2022-03-04) diff --git a/package-lock.json b/package-lock.json index 16c216d..7f97ce7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "le2ml-windowing", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "le2ml-windowing", - "version": "1.0.9", + "version": "1.0.10", "license": "Apache-2.0", "dependencies": { "axios": "^0.26.1", diff --git a/package.json b/package.json index 600d8cf..0a5bbfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "le2ml-windowing", - "version": "1.0.9", + "version": "1.0.10", "description": "Windowing module for the LE2ML project", "main": "index.js", "scripts": {