From 4ef7c461eeef049d71c6634661ba81f308bc4848 Mon Sep 17 00:00:00 2001 From: David Sferruzza Date: Fri, 23 Apr 2021 12:58:15 +0200 Subject: [PATCH] Release v1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 707a66a..bece727 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contentful2md", - "version": "1.0.2", + "version": "1.0.3", "description": "Fetch entries from a Contentful space and write them as Markdown files", "main": "index.js", "scripts": {