Skip to content

Commit ae9ba1a

Browse files
chore(main): release 1.1.2 (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f22399e commit ae9ba1a

4 files changed

+17
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.1.2"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.1.2](https://github.com/fluid-project/trivet-monolingual/compare/v1.1.1...v1.1.2) (2024-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency eleventy-plugin-fluid to v2.7.1 ([#70](https://github.com/fluid-project/trivet-monolingual/issues/70)) ([389db06](https://github.com/fluid-project/trivet-monolingual/commit/389db067ba892d9c5e62851be33aa2ad419192a2))
9+
* **deps:** update dependency infusion to v4.7.1 ([#80](https://github.com/fluid-project/trivet-monolingual/issues/80)) ([fe19412](https://github.com/fluid-project/trivet-monolingual/commit/fe1941232634a06682f3ec5c1984a2874a8c2fc0))
10+
* use JSON for commitlint config ([#95](https://github.com/fluid-project/trivet-monolingual/issues/95)) ([3773bc2](https://github.com/fluid-project/trivet-monolingual/commit/3773bc2c9baf7c6161f584a954d7f7b094631056))
11+
312
## [1.1.1](https://github.com/fluid-project/trivet-monolingual/compare/v1.1.0...v1.1.1) (2024-01-08)
413

514

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trivet-monolingual",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
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:*",
@@ -65,6 +65,9 @@
6565
"lint-staged": {
6666
"*.css": "stylelint --fix",
6767
"*.{js,yml}": "eslint --fix",
68-
"*.md": ["markdownlint-cli2 --fix", "eslint --fix"]
68+
"*.md": [
69+
"markdownlint-cli2 --fix",
70+
"eslint --fix"
71+
]
6972
}
7073
}

0 commit comments

Comments
 (0)