Browse Source

12.0.0 released

pull/722/head 12.0.0
Vitaly Puzrin 4 years ago
parent
commit
1731de407e
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [12.0.0] - WIP ## [12.0.0] - 2020-10-14
### Added ### Added
- `.gitattributes`, force unix eol under windows, for development. - `.gitattributes`, force unix eol under windows, for development.
@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use `rollup.js` to browserify sources. - Use `rollup.js` to browserify sources.
- Drop `bower.json` (bower reached EOL). - Drop `bower.json` (bower reached EOL).
- Deps bump. - Deps bump.
- Tune `specsplit.js` options.
- Drop `Makefile` in favour of npm scrips.
### Fixed ### Fixed
- Fix mappings for table rows (amended fix made in 11.0.1), #705. - Fix mappings for table rows (amended fix made in 11.0.1), #705.

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "markdown-it", "name": "markdown-it",
"version": "11.0.1", "version": "12.0.0",
"description": "Markdown-it - modern pluggable markdown parser.", "description": "Markdown-it - modern pluggable markdown parser.",
"keywords": [ "keywords": [
"markdown", "markdown",

Loading…
Cancel
Save