diff --git a/CHANGELOG.md b/CHANGELOG.md index 50576f1..9788d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/gravity-ui/playwright-tools/compare/v0.4.1...v0.5.0) (2025-08-26) + + +### Features + +* **matchScreenshot:** sync from pw-utils ([#14](https://github.com/gravity-ui/playwright-tools/issues/14)) ([e19aeea](https://github.com/gravity-ui/playwright-tools/commit/e19aeea84ebdb549f8e34856d86efdb415d6a1ca)) + ## [0.4.1](https://github.com/gravity-ui/playwright-tools/compare/v0.4.0...v0.4.1) (2025-08-25) diff --git a/package-lock.json b/package-lock.json index 4ac3eeb..1a59051 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/playwright-tools", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/playwright-tools", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "dependencies": { "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 5bfb34c..f15d03b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/playwright-tools", - "version": "0.4.1", + "version": "0.5.0", "description": "Tools for Playwright Test", "keywords": [ "playwright",