This commit is contained in:
syuilo 2023-01-14 08:59:54 +09:00
parent 08cb023e9d
commit c7b6579e69
2 changed files with 6 additions and 1 deletions

View file

@ -11,6 +11,11 @@
-->
## 0.23.3
- tweak fn parsing
- fnNameList option removed
- emojiCodeList option removed
## 0.23.2
### Features
- Supports whitelisting of emoji code names. (#130)

View file

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