From 1bdb7609d524edd55c2a27981257693221e741a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:56:54 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/new-cups-stop.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/new-cups-stop.md 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",