diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f8290..ee5cdc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.5.0](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v2.4.0...v2.5.0) (2023-08-17) + + +### Features + +* handle markdown-it plugins with options ([#207](https://github.com/fluid-project/eleventy-plugin-fluid/issues/207)) ([931711a](https://github.com/fluid-project/eleventy-plugin-fluid/commit/931711ae98428a441d950fd5b9f9dd7fe362b26e)) + ## [2.4.0](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v2.3.2...v2.4.0) (2023-08-15) diff --git a/package-lock.json b/package-lock.json index b46ba12..484a74f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eleventy-plugin-fluid", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eleventy-plugin-fluid", - "version": "2.4.0", + "version": "2.5.0", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy-plugin-webc": "0.11.1", diff --git a/package.json b/package.json index 969603d..1dc71f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-fluid", - "version": "2.4.0", + "version": "2.5.0", "description": "Eleventy plugin which provides common filters, shortcodes and transforms for Fluid Project websites.", "publishConfig": { "access": "public"