From 4cbc32661c2464adbfe6a7ae1674e67a28dd96a5 Mon Sep 17 00:00:00 2001 From: marihachi Date: Sat, 21 May 2022 20:07:10 +0900 Subject: [PATCH] v0.22.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e82e467..4b9cb08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mfm-js", - "version": "0.21.0", + "version": "0.22.0", "description": "An MFM parser implementation with PEG.js", "main": "./built/index.js", "types": "./built/index.d.ts",