From 7eb56a26e53a1b5bf91b15c6507987e478859c77 Mon Sep 17 00:00:00 2001 From: Andrew Huth Date: Mon, 12 Feb 2024 14:24:08 -0500 Subject: [PATCH] v7.2.0 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3584d5..9cd7182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## Unreleased -- [new] Add `config` parameter, which is passed to `axe.configure` +# 7.2.0 (2024-02-12) + +- [new] Add `config` parameter, which is passed to `axe.configure` [#88](https://github.com/chanzuckerberg/axe-storybook-testing/pull/88) # 7.1.4 (2024-02-09) diff --git a/package-lock.json b/package-lock.json index 555c355..2a91a3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chanzuckerberg/axe-storybook-testing", - "version": "7.1.4", + "version": "7.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chanzuckerberg/axe-storybook-testing", - "version": "7.1.4", + "version": "7.2.0", "license": "MIT", "workspaces": [ "demo" diff --git a/package.json b/package.json index 379efbd..8e9d363 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chanzuckerberg/axe-storybook-testing", - "version": "7.1.4", + "version": "7.2.0", "license": "MIT", "homepage": "https://github.com/chanzuckerberg/axe-storybook-testing", "engines": {