diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b3e3395..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.3" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa0635..bd0fbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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.4.0](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.3.3...v1.4.0) (2024-06-24) + + +### Bug Fixes + +* typeo in the navigation menu ([#223](https://github.com/fluid-project/handbook.floeproject.org/issues/223)) ([86c9911](https://github.com/fluid-project/handbook.floeproject.org/commit/86c991175def2f2f617cb031d22466cc4e64391d)) +* upgrade commitlint config ([#218](https://github.com/fluid-project/handbook.floeproject.org/issues/218)) ([db5e8f8](https://github.com/fluid-project/handbook.floeproject.org/commit/db5e8f89defbef8738a134fd9dd2d014ce9da9ec)) + + +### Miscellaneous Chores + +* release 1.4.0 ([3386ba3](https://github.com/fluid-project/handbook.floeproject.org/commit/3386ba3d357d6300fe38af7650cdcfc716851d2a)) + ## [1.3.3](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.3.2...v1.3.3) (2024-02-02) diff --git a/package-lock.json b/package-lock.json index 756f7d3..9172175 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handbook.floeproject.org", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "handbook.floeproject.org", - "version": "1.3.3", + "version": "1.4.0", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index e0f9112..64602ac 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "handbook.floeproject.org", "author": "OCAD University", "license": "BSD-3-Clause", - "version": "1.3.3", + "version": "1.4.0", "description": "Strategies and good practices for inclusive learning content.", "repository": { "type": "git", @@ -58,6 +58,9 @@ "lint-staged": { "*.scss": "stylelint --fix", "*.{js,yml}": "eslint --fix", - "*.md": ["markdownlint-cli2 --fix", "eslint --fix"] + "*.md": [ + "markdownlint-cli2 --fix", + "eslint --fix" + ] } }