From f0c71c6b8e5b3e5ecc1ff4f76a3243b39eedcf83 Mon Sep 17 00:00:00 2001 From: Ty Schlich Date: Thu, 2 Oct 2025 19:22:12 +0000 Subject: [PATCH] release: bump playwright minor version to 0.2.0 --- src/playwright/devcontainer-feature.json | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/playwright/devcontainer-feature.json b/src/playwright/devcontainer-feature.json index 1b04281..bf161fb 100644 --- a/src/playwright/devcontainer-feature.json +++ b/src/playwright/devcontainer-feature.json @@ -1,17 +1,17 @@ { - "id": "playwright", - "version": "0.1.1", - "name": "Playwright", - "description": "Playwright enables reliable end-to-end testing for modern web apps.", - "dependsOn": { - "ghcr.io/devcontainers/features/common-utils:2": {}, - "ghcr.io/devcontainers/features/node:1": {} - }, - "options": { - "browsers": { - "type": "string", - "description": "A SPACE-separated list of browsers to install", - "default": "" + "id": "playwright", + "version": "0.2.0", + "name": "Playwright", + "description": "Playwright enables reliable end-to-end testing for modern web apps.", + "dependsOn": { + "ghcr.io/devcontainers/features/common-utils:2": {}, + "ghcr.io/devcontainers/features/node:1": {} + }, + "options": { + "browsers": { + "type": "string", + "description": "A SPACE-separated list of browsers to install", + "default": "" + } } - } -} \ No newline at end of file +}