From 229eb1e42a6e426c2bde3dd6e5a9a29658484b0c Mon Sep 17 00:00:00 2001 From: marihachi Date: Sat, 5 Jun 2021 15:47:51 +0900 Subject: [PATCH] v0.16.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34e8f44..01cad0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mfm-js", - "version": "0.16.4", + "version": "0.16.5", "description": "An MFM parser implementation with PEG.js", "main": "./built/index.js", "types": "./built/index.d.ts",