From 30b35104d938ba1328e74ac146c021bb2ed68761 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Fri, 22 Nov 2019 21:34:53 +0100 Subject: [PATCH] 4.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ecfe54..4c454a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metalsmith-yearly-pagination", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 91a0e0f..3ec8467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metalsmith-yearly-pagination", - "version": "4.0.0", + "version": "4.0.1", "description": "A plugin that uses metalsmith-collections to create a collection paginated by year", "main": "index.js", "scripts": {