Skip to content

Commit adacfa3

Browse files
chore(dev): release 3.0.1 (#370)
Co-authored-by: fluid-github-actions[bot] <194250826+fluid-github-actions[bot]@users.noreply.github.com>
1 parent 9f5655b commit adacfa3

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.0.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [3.0.1](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v3.0.0...v3.0.1) (2025-02-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency @11ty/eleventy-utils to v2.0.1 ([#364](https://github.com/fluid-project/eleventy-plugin-fluid/issues/364)) ([d3ad045](https://github.com/fluid-project/eleventy-plugin-fluid/commit/d3ad045d9a96f41e87c645e0fed8ac5e15ce249d))
11+
* **deps:** update dependency esbuild to ^0.25.0 ([#366](https://github.com/fluid-project/eleventy-plugin-fluid/issues/366)) ([e2621f0](https://github.com/fluid-project/eleventy-plugin-fluid/commit/e2621f0f557de637c11ff5e7ed08c7f06400fb89))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* **release:** release 3.0.1 ([#369](https://github.com/fluid-project/eleventy-plugin-fluid/issues/369)) ([0dde746](https://github.com/fluid-project/eleventy-plugin-fluid/commit/0dde746797b43fccc8a5383cc1b2da6da9ffb99c))
17+
518
## [3.0.0](https://github.com/fluid-project/eleventy-plugin-fluid/compare/v2.7.3...v3.0.0) (2025-01-15)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eleventy-plugin-fluid",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Eleventy plugin which provides common filters, shortcodes and transforms for Fluid Project websites.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)