diff --git a/CHANGELOG.md b/CHANGELOG.md index 893f5b9..59dcb69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,14 @@ 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). -## [14.0.0] - WIP +## [14.0.0] - 2023-12-08 +### Changed +- Drop ancient browsers support (use `.fromCodePoint` and other features). +- Rewrite to ESM (including all plugins/deps). CJS fallback still available. + No signatures changed, except `markdown-it-emoji` plugin. +- Dropped `dist/` folder from repo, build on package publish. +- Set `punicode.js` as external dependency. + ### Fixed - Html tokens inside img alt are now rendered as their original text, #896. - Hardbreaks inside img alt are now rendered as newlines. @@ -632,6 +639,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed presets folder (configs -> presets). +[14.0.0]: https://github.com/markdown-it/markdown-it/compare/13.0.2...14.0.0 [13.0.2]: https://github.com/markdown-it/markdown-it/compare/13.0.1...13.0.2 [13.0.1]: https://github.com/markdown-it/markdown-it/compare/13.0.0...13.0.1 [13.0.0]: https://github.com/markdown-it/markdown-it/compare/12.3.2...13.0.0 diff --git a/package.json b/package.json index 7c706fc..8aeb2df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "13.0.2", + "version": "14.0.0", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",