Skip to content

Commit

Permalink
chore(dev): release 1.4.0 (#224)
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 24, 2024
1 parent 2e16cfd commit 79b97ff
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 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 @@
{
".": "1.3.3"
".": "1.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
}
}

0 comments on commit 79b97ff

Please sign in to comment.