From ef59691072cdb003e07875737d1ce3e70ed67395 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Mon, 7 Dec 2020 23:52:53 +0300 Subject: [PATCH] 12.0.3 released --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5be4deb8..ba066aea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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). -## [12.0.3] - WIP +## [12.0.3] - 2020-12-07 ### Fixed - `[]()` is no longer a valid link. - `[](url (xxx())` is no longer a valid link. diff --git a/package.json b/package.json index 05271e016..377b6c214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "12.0.2", + "version": "12.0.3", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",