diff --git a/CHANGES b/CHANGES index c933e6ae..23ffdd09 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +## 14.0.9 + +--- + +- Bugfix: When Confirmation is repeatable, the added items now have a initial value of false. Added same functionality for nested items. + ## 14.0.8 --- diff --git a/package.json b/package.json index 9b92646c..f7489268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsenorge/refero", - "version": "14.0.8", + "version": "14.0.9", "engines": { "node": "^18.0.0", "npm": ">=9.0.0"