treege 1.0.5 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # [Versions](https://github.com/Tracktor/treege/releases)
2
2
 
3
- ## v1.0.5
4
- - **[chore]** : dependencies improvements
3
+ ## v1.0.7
4
+ - **[fix]** : remove tree node and its children only if is a decision node. Now you can remove a tree node without removing its children.