From 25f757058be91725f9a16f3ae2b63b80b7da0eb8 Mon Sep 17 00:00:00 2001 From: joshmossas Date: Wed, 11 Dec 2024 10:15:58 -0600 Subject: [PATCH] 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a00018f..1b36f57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contentful-hugo", "type": "module", - "version": "4.0.2", + "version": "4.1.0", "packageManager": "pnpm@9.0.5", "description": "Node module that pulls data from Contentful and turns it into markdown files for Hugo. Can be used with other Static Site Generators, but has some Hugo specific features.", "main": "./dist/index.cjs",