From c6ef9f9b2a625b499c0e0ab7981486a177a01605 Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Wed, 15 May 2024 17:42:27 +0000 Subject: [PATCH] [skip test] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3365243..65fda7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [v1.1.3] - 15-05-2024 +## What's Changed +* benchmark: correct Commonmarker::Node.to_html input. by @rossta in https://github.com/gjtorikian/commonmarker/pull/291 +* Bump magnus from 0.6.3 to 0.6.4 by @dependabot in https://github.com/gjtorikian/commonmarker/pull/292 +* node: remove duplicate fence info method defs. by @kivikakk in https://github.com/gjtorikian/commonmarker/pull/295 +* :gem: 1.1.3 by @gjtorikian in https://github.com/gjtorikian/commonmarker/pull/296 + +## New Contributors +* @rossta made their first contribution in https://github.com/gjtorikian/commonmarker/pull/291 + +**Full Changelog**: https://github.com/gjtorikian/commonmarker/compare/v1.1.2...v1.1.3 ## [v1.1.2] - 04-05-2024 ## What's Changed * Expose code and code blocks' literals via string_content/=. by @kivikakk in https://github.com/gjtorikian/commonmarker/pull/290