mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +00:00
0.23.3
This commit is contained in:
parent
08cb023e9d
commit
c7b6579e69
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue