diff --git a/.changeset/new-cups-stop.md b/.changeset/new-cups-stop.md deleted file mode 100644 index 2195403..0000000 --- a/.changeset/new-cups-stop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cronn/playwright-utils": minor ---- - -Add features to intercept network requests for the duration of a callback diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fe333..0cc807a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cronn/playwright-utils +## 0.2.0 + +### Minor Changes + +- 4bc4055: Add features to intercept network requests for the duration of a callback + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 39fa3fc..b938343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cronn/playwright-utils", - "version": "0.1.0", + "version": "0.2.0", "description": "Utilities for writing tests with Playwright", "keywords": [ "playwright",