diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7afadd5..87139a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 44471e5..f70fd74 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.7.1](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v2.7.0...v2.7.1) (2024-01-13) + + +### Bug Fixes + +* resolve issue with LightningCSS ([#248](https://github.com/fluid-project/eleventy-plugin-fluid/issues/248)) ([caa6684](https://github.com/fluid-project/eleventy-plugin-fluid/commit/caa6684dfef7a60f4e53bee990a32524ef4bd4cd)) + ## [2.7.0](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v2.6.0...v2.7.0) (2023-10-04) diff --git a/package-lock.json b/package-lock.json index 0c33236..0800e71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eleventy-plugin-fluid", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eleventy-plugin-fluid", - "version": "2.7.0", + "version": "2.7.1", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy-plugin-webc": "0.11.2", diff --git a/package.json b/package.json index d937ef2..9079c24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-fluid", - "version": "2.7.0", + "version": "2.7.1", "description": "Eleventy plugin which provides common filters, shortcodes and transforms for Fluid Project websites.", "publishConfig": { "access": "public"