Skip to content

Commit 9e8cc0a

Browse files
author
FlorentinTh
committed
chore(release): 1.0.6
1 parent e68d1e5 commit 9e8cc0a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [1.0.6](https://github.com/FlorentinTh/LE2ML-Windowing-Module/compare/v1.0.5...v1.0.6) (2022-01-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **windowing-function:** fix a type checking issue ([abf8c25](https://github.com/FlorentinTh/LE2ML-Windowing-Module/commit/abf8c256b6abb3e80d532d8ccf35f3238030ac45))
11+
12+
13+
### Chore
14+
15+
* **deps:** update dependencies ([e68d1e5](https://github.com/FlorentinTh/LE2ML-Windowing-Module/commit/e68d1e570c68bfe036e75a7d902fb0fa81f2287a))
16+
517
### [1.0.5](https://github.com/FlorentinTh/LE2ML-Windowing-Module/compare/v1.0.4...v1.0.5) (2021-12-08)
618

719

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "le2ml-windowing",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Windowing module for the LE2ML project",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)