Skip to content

Commit c47f655

Browse files
chore(main): release 2.1.3
1 parent c48104a commit c47f655

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-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-
".": "2.1.2"
2+
".": "2.1.3"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.1.3](https://github.com/fluid-project/trivet/compare/v2.1.2...v2.1.3) (2024-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **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))
13+
314
## [2.1.2](https://github.com/fluid-project/trivet/compare/v2.1.1...v2.1.2) (2024-08-01)
415

516

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": "trivet",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Trivet is a simple starter kit for Eleventy-based static sites for the Fluid Project.",
55
"scripts": {
66
"build": "npm-run-all -l clean -p build:*",

0 commit comments

Comments
 (0)