diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfb601..c898a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.11.0](https://github.com/shopware/acceptance-test-suite/compare/v3.10.0...v3.11.0) (2024-10-25) + + +### Features + +* add shipping listing page ([#133](https://github.com/shopware/acceptance-test-suite/issues/133)) ([fcf9e55](https://github.com/shopware/acceptance-test-suite/commit/fcf9e5548090f3c8b64f1ee546d30f6b6499fcc8)) + + +### Bug Fixes + +* hold class name - add admin prefix to reference only ([0594e0a](https://github.com/shopware/acceptance-test-suite/commit/0594e0a2b15002f292a4f50d73bd471567821788)) + ## [3.10.0](https://github.com/shopware/acceptance-test-suite/compare/v3.9.0...v3.10.0) (2024-10-24) diff --git a/package-lock.json b/package-lock.json index 1dabbc9..02d860b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "3.10.0", + "version": "3.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopware-ag/acceptance-test-suite", - "version": "3.10.0", + "version": "3.11.0", "license": "MIT", "dependencies": { "@axe-core/playwright": "4.9.1", diff --git a/package.json b/package.json index 7c65572..9a010c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "3.10.0", + "version": "3.11.0", "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT",