From 4216d20153f891c1252e07e9da7c48256711c49e Mon Sep 17 00:00:00 2001 From: Aimee Gamble-Milner <12508200+aimee-gm@users.noreply.github.com> Date: Mon, 17 Jan 2022 14:13:16 +0000 Subject: [PATCH] v1.4.1 (#215) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0215855..b34b25f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microformats-parser", - "version": "1.4.0", + "version": "1.4.1", "description": "A JavaScript microformats v2 parser for the browser and node.js", "main": "dist/index.js", "types": "dist/index.d.ts",