From 0a5ec84637ba487cdf56643a920494ad20527573 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:49:48 +0000 Subject: [PATCH] chore(main): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a2522..1589e88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 769acc2..75a76b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/inclusive-design/acaw-cama/compare/v1.2.0...v1.2.1) (2024-07-18) + + +### Bug Fixes + +* 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)) + ## [1.2.0](https://github.com/inclusive-design/acaw-cama/compare/v1.1.0...v1.2.0) (2024-07-04) diff --git a/package-lock.json b/package-lock.json index 196fbda..5111dbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inclusive-design/acaw-cama", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inclusive-design/acaw-cama", - "version": "1.2.0", + "version": "1.2.1", "license": "BSD-3-Clause", "dependencies": { "@11ty/eleventy": "2.0.1", diff --git a/package.json b/package.json index 2679731..0b21f18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inclusive-design/acaw-cama", - "version": "1.2.0", + "version": "1.2.1", "description": "Microsite for ACAW / CAMA", "scripts": { "build": "npm-run-all -l clean -p build:eleventy", @@ -61,6 +61,8 @@ "lint-staged": { "*.css": "stylelint --fix", "*.{js,cjs,json,jsonc}": "biome check --write --no-errors-on-unmatched", - "*.md": ["markdownlint-cli2 --fix"] + "*.md": [ + "markdownlint-cli2 --fix" + ] } }