diff --git a/CHANGELOG.md b/CHANGELOG.md index ee28d8bca..573c4cb1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.258.2](https://github.com/rodekruis/IBF-system/compare/v0.258.1...v0.258.2) (2023-08-29) + + +### Bug Fixes + +* timestamp trackpoing in typhoon pipeline AB[#23372](https://github.com/rodekruis/IBF-system/issues/23372) ([5550a06](https://github.com/rodekruis/IBF-system/commit/5550a068cdbc3fc97173e867a412f932e3d0c30e)) + + + ## [0.258.1](https://github.com/rodekruis/IBF-system/compare/v0.258.0...v0.258.1) (2023-08-25) @@ -105,22 +114,3 @@ -# [0.255.0](https://github.com/rodekruis/IBF-system/compare/v0.254.0...v0.255.0) (2023-08-09) - - -### Bug Fixes - -* add 0-hour AB[#20512](https://github.com/rodekruis/IBF-system/issues/20512) ([9a31ae2](https://github.com/rodekruis/IBF-system/commit/9a31ae2bb308674fcb379aeaf79138bb799a4c34)) -* always round btn AB[#20511](https://github.com/rodekruis/IBF-system/issues/20511) ([2478b06](https://github.com/rodekruis/IBF-system/commit/2478b06b95d78c6f6a3d2ece3d987999f9f72410)) -* cleanup AB[#20511](https://github.com/rodekruis/IBF-system/issues/20511) ([e1f1d26](https://github.com/rodekruis/IBF-system/commit/e1f1d261eab31be2d01d51f97d0af3cafbca10bb)) -* refactor hard-coded flash-floods + revert ux copy AB[#20511](https://github.com/rodekruis/IBF-system/issues/20511) ([2bdc315](https://github.com/rodekruis/IBF-system/commit/2bdc315c47cdcd1a216ce915e23268e2b27e93e5)) -* revert no-actions change AB[#20511](https://github.com/rodekruis/IBF-system/issues/20511) ([b400470](https://github.com/rodekruis/IBF-system/commit/b40047050cad736993b07cc47891afb40d7cfb34)) -* revert specific is-warning styling AB[#20511](https://github.com/rodekruis/IBF-system/issues/20511) ([3a7d5ca](https://github.com/rodekruis/IBF-system/commit/3a7d5ca1703d53265dfcfa84cf867d60e92a41d6)) - - -### Features - -* update MWI flash-floods copy AB[#20511](https://github.com/rodekruis/IBF-system/issues/20511) ([fa70146](https://github.com/rodekruis/IBF-system/commit/fa70146bca922da9a313759929f8c426cf3a1ec6)) - - - diff --git a/package.json b/package.json index 8625b943c..58a892b9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.258.1", + "version": "0.258.2", "private": true, "scripts": { "start:services": "docker compose up -d",