Skip to content

Commit

Permalink
chore(main): release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
1 parent e32cf3b commit aed3bef
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 60 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 @@
{
".": "1.1.1"
".": "1.1.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))

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


Expand Down
92 changes: 36 additions & 56 deletions package-lock.json

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

9 changes: 6 additions & 3 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 @@ -46,7 +46,7 @@
"debug": "4.3.6",
"eslint": "8.57.0",
"eslint-config-fluid": "2.1.2",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-jsdoc": "46.5.1",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-yml": "1.14.0",
"husky": "9.1.4",
Expand All @@ -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"
]
}
}

0 comments on commit aed3bef

Please sign in to comment.