v2.9.4 (2025-04-01) Fixing `overlay` command (for root target and array targets) and dependencies update
🐛 Fixing the bump overlay
command
Both following overlay targets were broken in the previous 2.9.2 release:
- Targeting the root document (
target: '$'
) to add elements with theupdate
action was broken - Targeting an array element in your OpenAPI document with an
update
action was broken
This release fixes both bugs 😌. Thanks a lot @lcawl for reporting this issue 🙏
Upgrades
Dev dependencies upgrade including a high severity vulnerability.
As usual, have fun designing APIs 😊 ✨