diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde77..e20d7e81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 261fbf11..8fd0d750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.5.1](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.5.0...v1.5.1) (2025-04-03) + + +### Bug Fixes + +* **deps:** update dependency @11ty/eleventy-navigation to v1 ([#280](https://github.com/fluid-project/handbook.floeproject.org/issues/280)) ([20b7944](https://github.com/fluid-project/handbook.floeproject.org/commit/20b79441135ab926a390ecc88207fec036d783cf)) + ## [1.5.0](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.4.0...v1.5.0) (2025-02-14) diff --git a/package-lock.json b/package-lock.json index 87a5ea66..277e18ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handbook.floeproject.org", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "handbook.floeproject.org", - "version": "1.5.0", + "version": "1.5.1", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index 72cb59d7..fded6f07 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "handbook.floeproject.org", "author": "OCAD University", "license": "BSD-3-Clause", - "version": "1.5.0", + "version": "1.5.1", "description": "Strategies and good practices for inclusive learning content.", "repository": { "type": "git",