diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-16 18:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 18:32:18 +0100 |
commit | 0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274 (patch) | |
tree | 55d9ec6729398eaceb472dd820ed478818a76855 /gleam.toml | |
parent | 7f17ed5825d73b19c0483ccf03e75702a989e7b9 (diff) | |
download | lustre-0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274.tar.gz lustre-0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274.zip |
🐛 Fixed a bug with `Map` nodes not turning into document strings correctly. (#107)
* :bug: Fixed a bug where stringifying a 'Map' element produced incorrect document strings.
* :bookmark: Bump to v4.1.7
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ name = "lustre" -version = "4.1.6" +version = "4.1.7" gleam = ">= 1.0.0" description = "An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!" |