From c8fb85f3619a3baae4c556df8dfed179dc3ddf68 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 16 Dec 2022 15:46:52 +0000 Subject: [PATCH] chore(release): v0.209.0 [skip ci] --- CHANGELOG.md | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5818e6eb5..4f353ab04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.209.0](https://github.com/rodekruis/IBF-system/compare/v0.208.3...v0.209.0) (2022-12-16) + + +### Features + +* include kobo-form in whatsapp AB[#16766](https://github.com/rodekruis/IBF-system/issues/16766) ([f74adbb](https://github.com/rodekruis/IBF-system/commit/f74adbb457f811502978476a8a1277699129b380)) +* update notification-info via endpoint AB[#16766](https://github.com/rodekruis/IBF-system/issues/16766) ([f38a2b3](https://github.com/rodekruis/IBF-system/commit/f38a2b37d31dfb68f2163ef63cf7ad6ab87b6bb8)) + + + ## [0.208.3](https://github.com/rodekruis/IBF-system/compare/v0.208.2...v0.208.3) (2022-12-16) @@ -118,12 +128,3 @@ -## [0.203.2](https://github.com/rodekruis/IBF-system/compare/v0.203.1...v0.203.2) (2022-12-02) - - -### Bug Fixes - -* update MWI alert popup + trigger statement AB[#16464](https://github.com/rodekruis/IBF-system/issues/16464) ([e9ec029](https://github.com/rodekruis/IBF-system/commit/e9ec029f6c4c2b8f528a1fc78916c4eafb76ebe6)) - - - diff --git a/package.json b/package.json index 75cf20128..d9987f6a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.208.3", + "version": "0.209.0", "private": true, "scripts": { "demo": "npx npm-run-all --print-label --parallel start open",