From 809150dbbb102681ca931d436b504274a8aab45b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 23 Oct 2024 07:24:42 +0000 Subject: [PATCH] chore(release): v0.274.4 [skip ci] --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeaa4301b..d2ebf6f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [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)) + + + ## [0.274.3](https://github.com/rodekruis/IBF-system/compare/v0.274.2...v0.274.3) (2024-10-22) @@ -88,12 +97,3 @@ -## [0.272.1](https://github.com/rodekruis/IBF-system/compare/v0.272.0...v0.272.1) (2024-10-14) - - -### Bug Fixes - -* area speech bbubble appears twice ([2d7ea68](https://github.com/rodekruis/IBF-system/commit/2d7ea687017011c066e383561de5f010a07b3f34)) - - - diff --git a/package.json b/package.json index 6250146ee..3e393be10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.274.3", + "version": "0.274.4", "private": true, "scripts": { "start:services": "docker compose up -d",