diff --git a/CHANGELOG.md b/CHANGELOG.md index cf94617..2ef9340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +# 7.1.3 (2023-11-08) + - [fix] Automatically install Chromium and add note about installing other browsers [#85](https://github.com/chanzuckerberg/axe-storybook-testing/pull/85) # 7.1.2 (2023-08-07) diff --git a/package-lock.json b/package-lock.json index b9b8c94..bcca7d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chanzuckerberg/axe-storybook-testing", - "version": "7.1.2", + "version": "7.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chanzuckerberg/axe-storybook-testing", - "version": "7.1.2", + "version": "7.1.3", "license": "MIT", "workspaces": [ "demo" diff --git a/package.json b/package.json index 99a73ff..0a6adb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chanzuckerberg/axe-storybook-testing", - "version": "7.1.2", + "version": "7.1.3", "license": "MIT", "homepage": "https://github.com/chanzuckerberg/axe-storybook-testing", "engines": {