From 6de4d9f466cc9311e2866f044f1adc44018a71b3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 26 Nov 2024 15:37:55 +0000 Subject: [PATCH] chore(release): v0.276.6 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec7192a0..94e099ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.276.6](https://github.com/rodekruis/IBF-system/compare/v0.276.5...v0.276.6) (2024-11-26) + + +### Bug Fixes + +* only show RP if > 0 + linting fixes ([067c290](https://github.com/rodekruis/IBF-system/commit/067c290f313839e73a909e1e123311dd00871eb7)) + + + ## [0.276.5](https://github.com/rodekruis/IBF-system/compare/v0.276.4...v0.276.5) (2024-11-26) @@ -107,12 +116,3 @@ -## [0.274.4](https://github.com/rodekruis/IBF-system/compare/v0.274.3...v0.274.4) (2024-10-23) - - -### Bug Fixes - -* don't break if closestToLand point missing ([5306093](https://github.com/rodekruis/IBF-system/commit/530609320276813de82f14257537bcd50f85667a)) - - - diff --git a/package.json b/package.json index 84efea56f..620fe4f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.276.5", + "version": "0.276.6", "private": true, "scripts": { "start:services": "docker compose up -d",