From c9f83c1f92181fc7f1d053342203f99143afa39c Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Wed, 19 Dec 2018 15:45:52 -0600 Subject: [PATCH] v1.0.4 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5061c5..cfc3cd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@11ty/eleventy-plugin-rss", - "version": "1.0.3", + "version": "1.0.4", "description": "A pack of Eleventy plugins for generating an RSS feed using the Nunjucks templating engine.", "main": ".eleventy.js", "scripts": { @@ -11,7 +11,8 @@ "url": "git+https://github.com/11ty/eleventy-plugin-rss.git" }, "keywords": [ - "eleventy" + "eleventy", + "eleventy-plugin" ], "author": { "name": "Zach Leatherman",