Skip to content

Commit 1627983

Browse files
committed
Release 3.0.1
1 parent 75c9e40 commit 1627983

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,27 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [2.0.4](https://github.com/KomMonitor/processing-engine/compare/3.0.0...2.0.4)
7+
#### [3.0.1](https://github.com/KomMonitor/processing-engine/compare/3.0.0...3.0.1)
88

99
- Release 2.0.3 [`cb4614d`](https://github.com/KomMonitor/processing-engine/commit/cb4614d4e140303d617dfa8135b15efc26c0737e)
1010
- Release 2.0.3 [`da25f43`](https://github.com/KomMonitor/processing-engine/commit/da25f435f55c5a5f930685595736bdb53ad40c97)
11-
- another fix for proper indicatorValue == 0 handling [`b478760`](https://github.com/KomMonitor/processing-engine/commit/b478760d803b1516327ce8ea3a33e0f60c4aff8b)
11+
- Release 2.0.4 [`41e6af7`](https://github.com/KomMonitor/processing-engine/commit/41e6af7d260dfa89d3c118f93485b8d464b18657)
1212

13-
### [3.0.0](https://github.com/KomMonitor/processing-engine/compare/2.0.3...3.0.0)
13+
### [3.0.0](https://github.com/KomMonitor/processing-engine/compare/2.0.4...3.0.0)
1414

1515
> 12 February 2025
1616
1717
- make adjustments to mandant data model [`a16911c`](https://github.com/KomMonitor/processing-engine/commit/a16911cab2bc059498ca668c2b78ef679df11d40)
1818
- Release 3.0.0 [`a81d64c`](https://github.com/KomMonitor/processing-engine/commit/a81d64cd643a9a79ecb1e4dd6d7bf90a582e7a42)
1919

20+
#### [2.0.4](https://github.com/KomMonitor/processing-engine/compare/2.0.3...2.0.4)
21+
22+
> 25 September 2025
23+
24+
- Release 2.0.3 [`da25f43`](https://github.com/KomMonitor/processing-engine/commit/da25f435f55c5a5f930685595736bdb53ad40c97)
25+
- Release 2.0.4 [`41e6af7`](https://github.com/KomMonitor/processing-engine/commit/41e6af7d260dfa89d3c118f93485b8d464b18657)
26+
- another fix for proper indicatorValue == 0 handling [`b478760`](https://github.com/KomMonitor/processing-engine/commit/b478760d803b1516327ce8ea3a33e0f60c4aff8b)
27+
2028
#### [2.0.3](https://github.com/KomMonitor/processing-engine/compare/2.0.2...2.0.3)
2129

2230
> 25 September 2025

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kommonitor-processing-engine",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "KomMonitor processing engine that performs indicator computation based on base indicators or other spatial resources.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)