Skip to content

Commit 24a8f82

Browse files
committed
chore: update CHANGELOG.md and bump version
1 parent 8977f9d commit 24a8f82

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Unreleased]
1+
# 1.1.1 (2025-09-20)
22

33
## Enhancements
44

@@ -8,6 +8,11 @@
88

99
* Return `{:error, errors}` tuple when both strict_filters and strict_variables are enforced while rendering a template
1010
* Use correct variable name in the `Solid.UndefinedVariableError` message
11+
* Fix `strip_html` filter to handle multiline comments
12+
* Fix nil argument for `replace_last` filter
13+
* Fix `replace_last` filter bug with duplicate substrings
14+
* Fix non-list inputs in `sort_natural` filter
15+
* Fix `replace_first` filter for nil argument
1116

1217
# 1.0.1 (2025-07-04)
1318

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Solid.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/edgurgel/solid"
5-
@version "1.1.0"
5+
@version "1.1.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)