From 0df2fbab6f9e4ca033916ae2754623e1304811b5 Mon Sep 17 00:00:00 2001 From: Aimee Gamble-Milner <12508200+aimee-gm@users.noreply.github.com> Date: Mon, 8 Jun 2020 12:32:46 +0100 Subject: [PATCH] v1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d51d70b..0d95c909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "microformats-parser", - "version": "1.3.2", + "version": "1.4.0", "description": "A JavaScript microformats v2 parser for the browser and node.js", "main": "dist/index.js", "types": "dist/index.d.ts",