We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae1a66 commit 27c15c8Copy full SHA for 27c15c8
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 1.2.2 - 2026-07-01
4
+
5
+Escape group ids when generating HTML.
6
7
### 1.2.1 - 2024-11-07
8
9
Allow empty middle on string_like combinators.
mix.exs
@@ -1,7 +1,7 @@
defmodule Makeup.Mixfile do
use Mix.Project
- @version "1.2.1"
+ @version "1.2.2"
@url "https://github.com/elixir-makeup/makeup"
def project do
0 commit comments