Skip to content

Commit

Permalink
chore(dev): release 2.5.0 (#949)
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 Jul 5, 2024
1 parent a687df5 commit 3674f41
Show file tree
Hide file tree
Showing 4 changed files with 17 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.4.1"
".": "2.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.5.0](https://github.com/inclusive-design/idrc/compare/v2.4.1...v2.5.0) (2024-07-05)


### Features

* add sorting logic for resources ([#709](https://github.com/inclusive-design/idrc/issues/709)) ([1e89fc5](https://github.com/inclusive-design/idrc/commit/1e89fc5e9c03d8af06500a0bab31f392a4963b58))


### Bug Fixes

* **deps:** replace dependency npm-run-all with npm-run-all2 5.0.0 ([#953](https://github.com/inclusive-design/idrc/issues/953)) ([418afda](https://github.com/inclusive-design/idrc/commit/418afdac99b042ae89e05b711da0bdd96b8db7d8))
* **deps:** update dependency npm-run-all2 to v6 ([#969](https://github.com/inclusive-design/idrc/issues/969)) ([bdfaa52](https://github.com/inclusive-design/idrc/commit/bdfaa5200ac299a9014c4d4dcef1aefb2e3defb0))

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


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": "@inclusive-design/idrc",
"version": "2.4.1",
"version": "2.5.0",
"description": "Website for the Inclusive Design Research Centre.",
"main": "eleventy.config.js",
"scripts": {
Expand Down

0 comments on commit 3674f41

Please sign in to comment.