From 0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 16 Apr 2024 18:32:18 +0100 Subject: =?UTF-8?q?=F0=9F=90=9B=20Fixed=20a=20bug=20with=20`Map`=20nodes?= =?UTF-8?q?=20not=20turning=20into=20document=20strings=20correctly.=20(#1?= =?UTF-8?q?07)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :bug: Fixed a bug where stringifying a 'Map' element produced incorrect document strings. * :bookmark: Bump to v4.1.7 --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index 025191d..fff8be5 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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!" -- cgit v1.2.3