diff --git a/CHANGELOG.md b/CHANGELOG.md index 0679505f..92451a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [10.2.0](https://github.com/shopware/acceptance-test-suite/compare/v10.1.0...v10.2.0) (2024-12-16) + + +### Features + +* add account recover page ([#235](https://github.com/shopware/acceptance-test-suite/issues/235)) ([c70ae47](https://github.com/shopware/acceptance-test-suite/commit/c70ae474205d4afbcabdb8f686e1ed860f36652d)) +* add some locators to AccountProfile ([bbfc459](https://github.com/shopware/acceptance-test-suite/pull/232/commits/bbfc459a24fb4cc53acfe44790071a4afcfcf2ce)) + + +### Bug Fixes + +* type check to stop IDE complaint ([#228](https://github.com/shopware/acceptance-test-suite/issues/228)) ([4eab21c](https://github.com/shopware/acceptance-test-suite/commit/4eab21c21236b652618789b982cf608b14f8533f)) + + +### Miscellaneous Chores + +* release 10.2.0 ([1a60727](https://github.com/shopware/acceptance-test-suite/commit/1a60727110063843e5f504bc96ff635e06c074fe)) + ## [10.1.0](https://github.com/shopware/acceptance-test-suite/compare/v10.0.1...v10.1.0) (2024-12-13) diff --git a/package-lock.json b/package-lock.json index 8a1e0442..3d1f3876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "10.1.0", + "version": "10.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shopware-ag/acceptance-test-suite", - "version": "10.1.0", + "version": "10.2.0", "license": "MIT", "dependencies": { "@axe-core/playwright": "4.9.1", diff --git a/package.json b/package.json index 181dbbc2..8c9589ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/acceptance-test-suite", - "version": "10.1.0", + "version": "10.2.0", "description": "Shopware Acceptance Test Suite", "author": "shopware AG", "license": "MIT",