Skip to content

Commit 707eb87

Browse files
committed
Release v0.1.1
1 parent 31d761a commit 707eb87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [v0.1.1](https://github.com/dashbitco/lazy_html/tree/v0.1.1) (2025-05-24)
8+
9+
### Fixed
10+
11+
- Fix `<template>` children being ignored in `LazyHTML.to_html/1`, `LazyHTML.to_tree/1`, `LazyHTML.from_tree/1` ([#5](https://github.com/dashbitco/lazy_html/pull/5))
12+
713
## [v0.1.0](https://github.com/dashbitco/lazy_html/tree/v0.1.0) (2025-04-04)
814

915
Initial release.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule LazyHTML.MixProject do
33

44
@lexbor_version "2.4.0"
55

6-
@version "0.1.1-dev"
6+
@version "0.1.1"
77
@description "Efficient parsing and querying of HTML documents"
88
@github_url "https://github.com/dashbitco/lazy_html"
99

0 commit comments

Comments
 (0)