diff --git a/.changeset/green-cameras-invent.md b/.changeset/green-cameras-invent.md deleted file mode 100644 index 911f2889..00000000 --- a/.changeset/green-cameras-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eleventy-plugin-embed-everything": patch ---- - -Deduplicate list of active plugins when using the 'add' option diff --git a/packages/everything/CHANGELOG.md b/packages/everything/CHANGELOG.md index c0611fcc..ce4959e9 100644 --- a/packages/everything/CHANGELOG.md +++ b/packages/everything/CHANGELOG.md @@ -1,5 +1,11 @@ # eleventy-plugin-embed-everything +## 1.19.1 + +### Patch Changes + +- Deduplicate list of active plugins when using the 'add' option ([#298](https://github.com/gfscott/eleventy-plugin-embed-everything/pull/298)) + ## 1.19.0 ### Minor Changes diff --git a/packages/everything/package.json b/packages/everything/package.json index 3cbca094..d1568d50 100644 --- a/packages/everything/package.json +++ b/packages/everything/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-embed-everything", - "version": "1.19.0", + "version": "1.19.1", "description": "An Eleventy plugin that allows you to quickly add common web embeds to markdown posts, using only their URLs", "main": ".eleventy.js", "scripts": {