Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.1.2 #92

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.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

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


### Bug Fixes

* **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))
* **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))
* 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))

## [1.1.1](https://github.com/fluid-project/trivet-monolingual/compare/v1.1.0...v1.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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trivet-monolingual",
"version": "1.1.1",
"version": "1.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 Expand Up @@ -65,6 +65,9 @@
"lint-staged": {
"*.css": "stylelint --fix",
"*.{js,yml}": "eslint --fix",
"*.md": ["markdownlint-cli2 --fix", "eslint --fix"]
"*.md": [
"markdownlint-cli2 --fix",
"eslint --fix"
]
}
}