From 7194dca84a1238fa3294c2eb08a6062b9f60e7f8 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Thu, 14 Sep 2023 14:50:29 -0700 Subject: [PATCH] Release 6.1.0 --- HISTORY.md | 8 ++++++++ lib/sanitize/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 287aa0b..4f229f9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Sanitize History +## 6.1.0 (2023-09-14) + +### Features + +* Added the `text-decoration-skip-ink` and `text-decoration-thickness` CSS properties to the relaxed config. [@martineriksson - #228][228] + +[228]:https://github.com/rgrove/sanitize/pull/228 + ## 6.0.2 (2023-07-06) ### Bug Fixes diff --git a/lib/sanitize/version.rb b/lib/sanitize/version.rb index ce1fa6b..6cf1e1a 100644 --- a/lib/sanitize/version.rb +++ b/lib/sanitize/version.rb @@ -1,3 +1,3 @@ class Sanitize - VERSION = '6.0.2' + VERSION = '6.1.0' end