diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a92f0c..44ae9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/gravity-ui/playwright-tools/compare/v0.8.0...v0.8.1) (2025-11-26) + + +### Bug Fixes + +* fixed exports format for package ([#25](https://github.com/gravity-ui/playwright-tools/issues/25)) ([978c475](https://github.com/gravity-ui/playwright-tools/commit/978c475f5853bc406b3c41d2767077e0dd397c0a)) + ## [0.8.0](https://github.com/gravity-ui/playwright-tools/compare/v0.7.0...v0.8.0) (2025-11-25) diff --git a/package-lock.json b/package-lock.json index 27569e6..cd9afc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/playwright-tools", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/playwright-tools", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "dependencies": { "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 99624e2..af6852d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/playwright-tools", - "version": "0.8.0", + "version": "0.8.1", "description": "Tools for Playwright Test", "keywords": [ "playwright",