From 7b992b691197a1864535ca9e393a6f2248a68780 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 May 2024 16:10:58 +0000 Subject: [PATCH] chore(release): v1.2.1 [skip ci] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c181e6f..6cef0d0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.2.1](https://github.com/w3c/aria-at-app/compare/v1.2.0...v1.2.1) (2024-05-06) + + +### Bug Fixes + +* Improve Windows support by to stripping ansi colors ([#1084](https://github.com/w3c/aria-at-app/issues/1084)) ([3edc15e](https://github.com/w3c/aria-at-app/commit/3edc15e2aa54dcbde78c69853645755f01e8421a)) +* Make sorting tests easier by supporting decimal presentation numbers - Address [#1085](https://github.com/w3c/aria-at-app/issues/1085) ([#1086](https://github.com/w3c/aria-at-app/issues/1086)) ([761e4aa](https://github.com/w3c/aria-at-app/commit/761e4aaae0a589c5ca679699921c6eac1df57f27)) + ## [1.2.0](https://github.com/w3c/aria-at-app/compare/v1.1.0...v1.2.0) (2024-04-29) diff --git a/package.json b/package.json index eefb814c5..fd4b248b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aria-at-app", - "version": "1.2.0", + "version": "1.2.1", "description": "Run ARIA-AT tests and report results", "main": "server/index.js", "private": true,