From 6361fb3be37842407b85f19ca42d99870c83b2aa Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 26 Aug 2024 11:23:33 +0000 Subject: [PATCH] chore(release): v0.268.0 [skip ci] --- CHANGELOG.md | 24 +++++++++++++++--------- package.json | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41e9ddf3..4c40e5eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.268.0](https://github.com/rodekruis/IBF-system/compare/v0.267.0...v0.268.0) (2024-08-26) + + +### Bug Fixes + +* area count should return number ([9c65dce](https://github.com/rodekruis/IBF-system/commit/9c65dce3677a32b48d8d8f7512d967ad04047570)) + + +### Features + +* rename exposed indicator labels ([2cfa791](https://github.com/rodekruis/IBF-system/commit/2cfa791de0075c23876e8f20bfb04261c78387c9)) +* update indicator icons ([df9f3ad](https://github.com/rodekruis/IBF-system/commit/df9f3ad5df09edfcedbc90e678f97ccb60f8d94d)) + + + # [0.267.0](https://github.com/rodekruis/IBF-system/compare/v0.266.4...v0.267.0) (2024-08-26) @@ -116,12 +131,3 @@ -## [0.264.1](https://github.com/rodekruis/IBF-system/compare/v0.264.0...v0.264.1) (2024-07-12) - - -### Bug Fixes - -* use auth interceptor ([24c3d90](https://github.com/rodekruis/IBF-system/commit/24c3d90591a98605fb552dbe492baa062fefc7b8)) - - - diff --git a/package.json b/package.json index 16a4a21cd..f9d082761 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.267.0", + "version": "0.268.0", "private": true, "scripts": { "start:services": "docker compose up -d",