Skip to content

Commit

Permalink
chore(main): release 2.1.2 (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
1 parent 57ce457 commit 48bae24
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.1"
".": "2.1.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.1.2](https://github.com/fluid-project/trivet/compare/v2.1.1...v2.1.2) (2024-08-01)


### Bug Fixes

* **deps:** update dependency decap-cms to v3.1.11 ([#454](https://github.com/fluid-project/trivet/issues/454)) ([9fc8389](https://github.com/fluid-project/trivet/commit/9fc8389eb5e61ff8474c813f5720dfa66d392fc9))
* **deps:** update dependency infusion to v4.7.1 ([#460](https://github.com/fluid-project/trivet/issues/460)) ([07a1c1c](https://github.com/fluid-project/trivet/commit/07a1c1c7e34a0880b3914bd6d1669d3da77990f7))
* use JSON for commitlint config ([#474](https://github.com/fluid-project/trivet/issues/474)) ([57ce457](https://github.com/fluid-project/trivet/commit/57ce457a03ee8cc31d6ed7012b48d65a1347f3e9))

## [2.1.1](https://github.com/fluid-project/trivet/compare/v2.1.0...v2.1.1) (2024-01-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trivet",
"version": "2.1.1",
"version": "2.1.2",
"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:*",
Expand Down

0 comments on commit 48bae24

Please sign in to comment.