Skip to content

Commit cb4614d

Browse files
committed
Release 2.0.3
1 parent 930449d commit cb4614d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@ 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.3](https://github.com/KomMonitor/processing-engine/compare/3.0.0...2.0.3)
8+
9+
- fix indicator value check that falsely indicated 0 values as non valid indicator values. [`930449d`](https://github.com/KomMonitor/processing-engine/commit/930449d65e5270abe596c93f464bda3e84f544f3)
10+
11+
### [3.0.0](https://github.com/KomMonitor/processing-engine/compare/2.0.2...3.0.0)
12+
13+
> 12 February 2025
14+
15+
- make adjustments to mandant data model [`a16911c`](https://github.com/KomMonitor/processing-engine/commit/a16911cab2bc059498ca668c2b78ef679df11d40)
16+
- Release 3.0.0 [`a81d64c`](https://github.com/KomMonitor/processing-engine/commit/a81d64cd643a9a79ecb1e4dd6d7bf90a582e7a42)
17+
- Raise cache actions version [`c3f53f4`](https://github.com/KomMonitor/processing-engine/commit/c3f53f403037a68659eb4e5662891cee08e52189)
18+
719
#### [2.0.2](https://github.com/KomMonitor/processing-engine/compare/2.0.1...2.0.2)
820

21+
> 23 February 2023
22+
23+
- Release 2.0.2 [`4e06b42`](https://github.com/KomMonitor/processing-engine/commit/4e06b4277177cf6c9ca0cea4e33c95d15e9db7ec)
924
- fix bug that lead to cancelling computation for any completely new indicator spatial unit [`8131098`](https://github.com/KomMonitor/processing-engine/commit/813109850391ec54ca50b1e0204cdf5a6ea0212f)
1025

1126
#### [2.0.1](https://github.com/KomMonitor/processing-engine/compare/2.0.0...2.0.1)

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": "2.0.2",
3+
"version": "2.0.3",
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)