diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 782907b97..f3c0d2a77 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,5 +1,5 @@ -This is a hotfix to 0.5.0, imports weren't working on Windows. +#### Features ๐Ÿš€ #### Improvements ๐Ÿงน -- Improves compiler's tooltip URL check. [#1390](https://github.com/terrastruct/d2/pull/1390) +#### Bugfixes โ›‘๏ธ diff --git a/ci/release/changelogs/v0.5.1.md b/ci/release/changelogs/v0.5.1.md new file mode 100644 index 000000000..782907b97 --- /dev/null +++ b/ci/release/changelogs/v0.5.1.md @@ -0,0 +1,5 @@ +This is a hotfix to 0.5.0, imports weren't working on Windows. + +#### Improvements ๐Ÿงน + +- Improves compiler's tooltip URL check. [#1390](https://github.com/terrastruct/d2/pull/1390)