diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 30668ab..60522e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.2" + ".": "1.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7935063..949187a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/fluid-project/trivet-monolingual/compare/v1.1.2...v1.1.3) (2024-10-17) + + +### Bug Fixes + +* **deps:** update dependency eleventy-plugin-fluid to v2.7.3 ([#110](https://github.com/fluid-project/trivet-monolingual/issues/110)) ([ec6162d](https://github.com/fluid-project/trivet-monolingual/commit/ec6162deed7d5545417352bc9a5b9ce714cb7f5d)) + ## [1.1.2](https://github.com/fluid-project/trivet-monolingual/compare/v1.1.1...v1.1.2) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index ed479f6..23c4abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trivet-monolingual", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "trivet-monolingual", - "version": "1.1.2", + "version": "1.1.3", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index 719e8f7..96f3bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trivet-monolingual", - "version": "1.1.2", + "version": "1.1.3", "description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.", "scripts": { "build": "npm-run-all -l clean -p build:*",