Skip to content

Commit 2c0a418

Browse files
chore(main): release 1.2.0 (#65)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent edf7688 commit 2c0a418

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.1.0"
2+
".": "1.2.0"
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.0](https://github.com/inclusive-design/acaw-cama/compare/v1.1.0...v1.2.0) (2024-07-04)
4+
5+
6+
### Features
7+
8+
* use IDRC CMS Authenticator ([#59](https://github.com/inclusive-design/acaw-cama/issues/59)) ([9c7de1f](https://github.com/inclusive-design/acaw-cama/commit/9c7de1f22642be7254db7d85c4bcaa81a891b34d))
9+
310
## [1.1.0](https://github.com/inclusive-design/acaw-cama/compare/v1.0.0...v1.1.0) (2024-06-07)
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.1.0",
3+
"version": "1.2.0",
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)