Skip to content

Commit 6680b1a

Browse files
chore(main): release 1.2.1 (#67)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 331b66e commit 6680b1a

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-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.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/inclusive-design/acaw-cama/compare/v1.2.0...v1.2.1) (2024-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* update how asl and lsq filters are applied to submissions ([#66](https://github.com/inclusive-design/acaw-cama/issues/66)) ([331b66e](https://github.com/inclusive-design/acaw-cama/commit/331b66eef808814cadc4e5d695e7507ca48993a1))
9+
310
## [1.2.0](https://github.com/inclusive-design/acaw-cama/compare/v1.1.0...v1.2.0) (2024-07-04)
411

512

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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inclusive-design/acaw-cama",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Microsite for ACAW / CAMA",
55
"scripts": {
66
"build": "npm-run-all -l clean -p build:eleventy",
@@ -61,6 +61,8 @@
6161
"lint-staged": {
6262
"*.css": "stylelint --fix",
6363
"*.{js,cjs,json,jsonc}": "biome check --write --no-errors-on-unmatched",
64-
"*.md": ["markdownlint-cli2 --fix"]
64+
"*.md": [
65+
"markdownlint-cli2 --fix"
66+
]
6567
}
6668
}

0 commit comments

Comments
 (0)