Skip to content

Commit

Permalink
chore(dev): release 2.4.1 (#918)
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 Jun 7, 2024
1 parent 53cdba6 commit 2628712
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 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.4.0"
".": "2.4.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.4.1](https://github.com/inclusive-design/idrc/compare/v2.4.0...v2.4.1) (2024-06-07)


### Bug Fixes

* don't generate pages for resources (resolves [#921](https://github.com/inclusive-design/idrc/issues/921)) ([#922](https://github.com/inclusive-design/idrc/issues/922)) ([61ff894](https://github.com/inclusive-design/idrc/commit/61ff8948b560969ded1ad6c58f7cc8865cc23bca))
* resource description markdown ([#929](https://github.com/inclusive-design/idrc/issues/929)) ([53cdba6](https://github.com/inclusive-design/idrc/commit/53cdba69344e5df1f98629451650f0abb0c4bd29))
* resource metadata filter ([#920](https://github.com/inclusive-design/idrc/issues/920)) ([860cf91](https://github.com/inclusive-design/idrc/commit/860cf918ece57ea733a3b6bbc3df778c1caaa3dc))
* update commitlint and husky config ([#917](https://github.com/inclusive-design/idrc/issues/917)) ([232d061](https://github.com/inclusive-design/idrc/commit/232d0614b20d2f5e2e802583b133f129925d6f9c))

## [2.4.0](https://github.com/inclusive-design/idrc/compare/v2.3.0...v2.4.0) (2024-04-05)


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.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inclusive-design/idrc",
"version": "2.4.0",
"version": "2.4.1",
"description": "Website for the Inclusive Design Research Centre.",
"main": "eleventy.config.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,9 @@
"type": "git",
"url": "git+ssh://[email protected]/inclusive-design/idrc.git"
},
"keywords": ["inclusive-design"],
"keywords": [
"inclusive-design"
],
"author": "OCAD University <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
Expand Down Expand Up @@ -83,6 +85,9 @@
"lint-staged": {
"*.css": "stylelint --fix",
"*.{js,mjs,yml}": "eslint --fix",
"*.md": ["markdownlint-cli2 --fix", "eslint --fix"]
"*.md": [
"markdownlint-cli2 --fix",
"eslint --fix"
]
}
}

0 comments on commit 2628712

Please sign in to comment.