From d682ab29ba005840810520d3c84f10eaf160e657 Mon Sep 17 00:00:00 2001 From: marihachi Date: Mon, 19 Apr 2021 12:20:16 +0900 Subject: [PATCH] v0.16.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05859aa..e9f3f5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mfm-js", - "version": "0.16.0", + "version": "0.16.1", "description": "An MFM parser implementation with PEG.js", "main": "./built/index.js", "types": "./built/index.d.ts",