Skip to content

Commit

Permalink
Release 2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cDanowski committed Aug 30, 2023
1 parent d48907f commit 7959467
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v2.1.15](https://github.com/KomMonitor/web-client/compare/v2.1.14...v2.1.15)

- fix script logic where NoData values were falsely set to 0 to continue computation. better would be NoData [`7d39665`](https://github.com/KomMonitor/web-client/commit/7d39665e97fcf60a466897747fa62daab8eabd39)
- prepare release 2.1.15 [`d48907f`](https://github.com/KomMonitor/web-client/commit/d48907ff595d556d8f772c2f76a1aabd70b27158)

#### [v2.1.14](https://github.com/KomMonitor/web-client/compare/v2.1.13...v2.1.14)

> 20 August 2023
- remove / comment out indicator characteristicValue parameter as it is more confusing to end users and not used in practice. Data Management API still has it in its API (2023-08-20) [`77b02cf`](https://github.com/KomMonitor/web-client/commit/77b02cf0cb69261c0608cf74a2513962fad3fdbb)
- add version info for version 2.1.14 [`af844bd`](https://github.com/KomMonitor/web-client/commit/af844bd6b168cf9e1b85ec1474e23c90bc26fa04)
- clarify script computation hints [`800ec52`](https://github.com/KomMonitor/web-client/commit/800ec52f7038048462d0ad66103c12bf3e2b6183)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kommonitor-client",
"private": true,
"version": "2.1.14",
"version": "2.1.15",
"description": "AngularJS Leaflet Client for KomMonitor",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7959467

Please sign in to comment.