This commit is contained in:
marihachi 2021-10-02 10:34:57 +09:00
parent a45f6cb837
commit 2778c2311b
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,9 @@
-->
## 0.20.0 (unreleased)
## 0.20.0
npm: https://www.npmjs.com/package/mfm-js/v/0.20.0
### Features
- Add tag syntaxes of bold and strikethrough. (#76)

View file

@ -1,6 +1,6 @@
{
"name": "mfm-js",
"version": "0.19.0",
"version": "0.20.0",
"description": "An MFM parser implementation with PEG.js",
"main": "./built/index.js",
"types": "./built/index.d.ts",