diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 58fe48b563..f3c0d2a774 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -3,7 +3,3 @@ #### Improvements ๐Ÿงน #### Bugfixes โ›‘๏ธ - -- Fix executable plugins that implement standalone router [#1910](https://github.com/terrastruct/d2/pull/1910) -- Fix compiler error with multiple nested spread substitutions [#1913](https://github.com/terrastruct/d2/pull/1913) -- Fix substitutions from imports into different scopes [#1914](https://github.com/terrastruct/d2/pull/1914) diff --git a/ci/release/changelogs/v0.6.5.md b/ci/release/changelogs/v0.6.5.md new file mode 100644 index 0000000000..58fe48b563 --- /dev/null +++ b/ci/release/changelogs/v0.6.5.md @@ -0,0 +1,9 @@ +#### Features ๐Ÿš€ + +#### Improvements ๐Ÿงน + +#### Bugfixes โ›‘๏ธ + +- Fix executable plugins that implement standalone router [#1910](https://github.com/terrastruct/d2/pull/1910) +- Fix compiler error with multiple nested spread substitutions [#1913](https://github.com/terrastruct/d2/pull/1913) +- Fix substitutions from imports into different scopes [#1914](https://github.com/terrastruct/d2/pull/1914)