Skip to content
Snippets Groups Projects
Commit 11374582 authored by marihachi's avatar marihachi
Browse files

Merge branch 'develop'

parents 9a860710 c2f166d4
No related branches found
Tags v0.17.0
No related merge requests found
......@@ -11,6 +11,13 @@
-->
## 0.22.1
npm: https://www.npmjs.com/package/mfm-js/v/0.22.1
### Improvements
- Removes a unnecessary built file
## 0.22.0
npm: https://www.npmjs.com/package/mfm-js/v/0.22.0
......@@ -23,6 +30,9 @@ npm: https://www.npmjs.com/package/mfm-js/v/0.22.0
- Changes specs the center tag and strike (#108, 100fb0b)
- Improves link label parsing (#107)
### Bugfixes
- If there is a `[]` pair before the link, it will be mistakenly recognized as a part of link label. (#104)
## 0.21.0
npm: https://www.npmjs.com/package/mfm-js/v/0.21.0
......
{
"name": "mfm-js",
"version": "0.22.0",
"version": "0.22.1",
"description": "An MFM parser implementation with PEG.js",
"main": "./built/index.js",
"types": "./built/index.d.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment