From e38a0b4fad1e36c185b37318a10dc2e1e59c3fb7 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 15 Mar 2021 16:19:30 +0000 Subject: [PATCH] chore(release): v0.39.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48524062c..0ff311e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.39.0](https://github.com/rodekruis/IBF-system/compare/v0.38.2...v0.39.0) (2021-03-15) + + +### Features + +* disable close-event when activeTrigger AB[#6623](https://github.com/rodekruis/IBF-system/issues/6623) ([f2a5729](https://github.com/rodekruis/IBF-system/commit/f2a57294e03b613f12bf0e7b10b4844b0afe2e59)) + + + ## [0.38.2](https://github.com/rodekruis/IBF-system/compare/v0.38.1...v0.38.2) (2021-03-15) @@ -87,12 +96,3 @@ -# [0.34.0](https://github.com/rodekruis/IBF-system/compare/v0.33.6...v0.34.0) (2021-03-12) - - -### Features - -* automatically enable all countries for admin-user AB[#6586](https://github.com/rodekruis/IBF-system/issues/6586) ([4b3a777](https://github.com/rodekruis/IBF-system/commit/4b3a777dc38a9d71b8e39ae0d53ab6afda59d06c)) - - - diff --git a/package.json b/package.json index 59fe60080..314b12a19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IBF-system", - "version": "0.38.2", + "version": "0.39.0", "private": true, "scripts": { "demo": "npx npm-run-all --print-label --parallel start open",