This commit is contained in:
marihachi 2022-05-22 11:44:40 +09:00
parent ac5456869d
commit c2f166d466
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"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",