Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip test] Release v1.1.3 #297

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading