From dfd211eae3d16382c20a3625240379613b1d2a73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:39:14 +0000 Subject: [PATCH] chore(main): release 2.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 56a6542c..d5eff4fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9708075a..752ba433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.3](https://github.com/fluid-project/trivet/compare/v2.1.2...v2.1.3) (2024-12-23) + + +### Bug Fixes + +* **deps:** update dependency decap-cms to v3.2.1 ([#481](https://github.com/fluid-project/trivet/issues/481)) ([36137f5](https://github.com/fluid-project/trivet/commit/36137f5511b773eac6a9561caaed8e69bfa8e3df)) +* **deps:** update dependency decap-cms to v3.3.0 ([#486](https://github.com/fluid-project/trivet/issues/486)) ([e7e4312](https://github.com/fluid-project/trivet/commit/e7e4312f647b821a592121148d1d1eb64da7b264)) +* **deps:** update dependency decap-cms to v3.3.2 ([#489](https://github.com/fluid-project/trivet/issues/489)) ([f85c267](https://github.com/fluid-project/trivet/commit/f85c267916218c08c37da76cdf7bd4db06106d1a)) +* **deps:** update dependency decap-cms to v3.3.3 ([#502](https://github.com/fluid-project/trivet/issues/502)) ([605f001](https://github.com/fluid-project/trivet/commit/605f00118edcb3cef024c364cb2c1e892913ba28)) +* **deps:** update dependency decap-cms to v3.4.0 ([#546](https://github.com/fluid-project/trivet/issues/546)) ([892f430](https://github.com/fluid-project/trivet/commit/892f4306a8f4f888e001785b1fbd9ce666241d35)) +* **deps:** update dependency eleventy-plugin-fluid to v2.7.3 ([#495](https://github.com/fluid-project/trivet/issues/495)) ([bb08d04](https://github.com/fluid-project/trivet/commit/bb08d04cc589efe1c3ed71f4405f57329153b7f6)) + ## [2.1.2](https://github.com/fluid-project/trivet/compare/v2.1.1...v2.1.2) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index 365f49f8..1f2c544f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "trivet", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "trivet", - "version": "2.1.2", + "version": "2.1.3", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index f5d5cc7a..018c24a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trivet", - "version": "2.1.2", + "version": "2.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:*",