From 80c6e4b629a99f6deda901274d4146596397b9cb Mon Sep 17 00:00:00 2001 From: stefanzweifel Date: Tue, 1 Aug 2023 07:04:00 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 565c2cb..46f4d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/stefanzweifel/commonmark-markdown-renderer/compare/v1.3.0...HEAD) +## [Unreleased](https://github.com/stefanzweifel/commonmark-markdown-renderer/compare/v1.3.1...HEAD) +## [v1.3.1](https://github.com/stefanzweifel/commonmark-markdown-renderer/compare/v1.3.0...v1.3.1) - 2023-08-01 + +### Fixed + +- Fix Issue when rendering multi-line list items ([#7](https://github.com/stefanzweifel/commonmark-markdown-renderer/pull/7)) + ## [v1.3.0](https://github.com/stefanzweifel/commonmark-markdown-renderer/compare/v1.2.0...v1.3.0) - 2023-02-21 ### Changed