Skip to content

Commit 79b97ff

Browse files
chore(dev): release 1.4.0 (#224)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e16cfd commit 79b97ff

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.3"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
## [1.4.0](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.3.3...v1.4.0) (2024-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
* 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))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* release 1.4.0 ([3386ba3](https://github.com/fluid-project/handbook.floeproject.org/commit/3386ba3d357d6300fe38af7650cdcfc716851d2a))
18+
619
## [1.3.3](https://github.com/fluid-project/handbook.floeproject.org/compare/v1.3.2...v1.3.3) (2024-02-02)
720

821

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "handbook.floeproject.org",
33
"author": "OCAD University",
44
"license": "BSD-3-Clause",
5-
"version": "1.3.3",
5+
"version": "1.4.0",
66
"description": "Strategies and good practices for inclusive learning content.",
77
"repository": {
88
"type": "git",
@@ -58,6 +58,9 @@
5858
"lint-staged": {
5959
"*.scss": "stylelint --fix",
6060
"*.{js,yml}": "eslint --fix",
61-
"*.md": ["markdownlint-cli2 --fix", "eslint --fix"]
61+
"*.md": [
62+
"markdownlint-cli2 --fix",
63+
"eslint --fix"
64+
]
6265
}
6366
}

0 commit comments

Comments
 (0)