From 1093e68e51c9b3104289c3cfbaffbb1fa4039d59 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Wed, 20 May 2020 00:20:40 +0300 Subject: [PATCH] 11.0.0 released --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2da7c..39075f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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). + +## [11.0.0] - 2020-05-20 +### Changed +- Bumped `linkify-it` to 3.0.0, #661 + allow unlimited `.` inside links. +- Dev deps bump. +- Switch to `nyc` for coverage reports. +- Partially moved tasks from Makefile to npm scripts. +- Automate web update on npm publish. + +### Fixed +- Fix em- and en-dashes not being typographed when separated by 1 char, #624. +- Allow opening quote after another punctuation char in typographer, #641. +- Assorted wording & typo fixes. + + ## [10.0.0] - 2019-09-11 ### Security - Fix quadratic parse time for some combinations of pairs, #583. Algorithm is @@ -485,6 +500,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed presets folder (configs -> presets). +[11.0.0]: https://github.com/markdown-it/markdown-it/compare/10.0.0...11.0.0 [10.0.0]: https://github.com/markdown-it/markdown-it/compare/9.1.0...10.0.0 [9.1.0]: https://github.com/markdown-it/markdown-it/compare/9.0.1...9.1.0 [9.0.1]: https://github.com/markdown-it/markdown-it/compare/9.0.0...9.0.1 diff --git a/package.json b/package.json index 465526a..41f72b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "10.0.0", + "version": "11.0.0", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",