Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Dec 5, 2021
1 parent 516c29e commit 1d43c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eleventy-cache-webmentions.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ module.exports = (config, options = {}) => {
throw new Error("domain is a required option to be passed when adding the plugin to your config using addPlugin.")
}

config.addLiquidFilter("getWebmentions", getWebmentionsFilter)
config.addNunjucksAsyncFilter("getWebmentions", getWebmentionsFilter)
} else {
return filteredWebmentions()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/eleventy-cache-webmentions",
"version": "0.0.1",
"version": "0.0.2",
"description": "Cache webmentions from webmention.io using eleventy-cache-assets.",
"main": "eleventy-cache-webmentions.js",
"author": "Chris Burnell <me@chrisburnell.com>",
Expand Down

0 comments on commit 1d43c9b

Please sign in to comment.