From a75ccda464d487c97f40f6c28faed78296501ac3 Mon Sep 17 00:00:00 2001 From: Juno Ebiz <184904112+junoebiz@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:35:30 +0700 Subject: [PATCH] chore(main): release npm-playwright 1.1.0 --- devcontainer-features/npm-playwright/CHANGELOG.md | 8 ++++++++ .../src/npm-playwright/devcontainer-feature.json | 2 +- release-manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 devcontainer-features/npm-playwright/CHANGELOG.md diff --git a/devcontainer-features/npm-playwright/CHANGELOG.md b/devcontainer-features/npm-playwright/CHANGELOG.md new file mode 100644 index 0000000..3c4fdc0 --- /dev/null +++ b/devcontainer-features/npm-playwright/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/ebizbase/dev-infras/compare/npm-playwright-v1.0.0...npm-playwright-v1.1.0) (2024-11-23) + + +### Features + +* **npm-playwright:** add devcontainer feature to install playwright via npm ([15286ba](https://github.com/ebizbase/dev-infras/commit/15286ba6b035d15309362336f3d06392ee358880)) diff --git a/devcontainer-features/npm-playwright/src/npm-playwright/devcontainer-feature.json b/devcontainer-features/npm-playwright/src/npm-playwright/devcontainer-feature.json index 11a17db..addebd8 100644 --- a/devcontainer-features/npm-playwright/src/npm-playwright/devcontainer-feature.json +++ b/devcontainer-features/npm-playwright/src/npm-playwright/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "npm-playwright", - "version": "0.0.0", + "version": "1.1.0", "name": "Playwright (via npm)", "description": "Install playwright via npm with os dependencies and browser binaries", "documentationURL": "https://github.com/ebizbase/dev-infras/tree/main/devcontainer-features/npm-playwright/README.md", diff --git a/release-manifest.json b/release-manifest.json index 5f81e48..b69daae 100644 --- a/release-manifest.json +++ b/release-manifest.json @@ -6,7 +6,7 @@ "devcontainer-features/powerlevel10k": "1.0.0", "devcontainer-features/omz-plugin": "1.0.0", "devcontainer-features/install-npm-package-globally": "1.0.0", - "devcontainer-features/npm-playwright": "1.0.0", + "devcontainer-features/npm-playwright": "1.1.0", "devcontainer-images/base-devcontainer": "1.0.0", "devcontainer-images/node-devcontainer": "1.0.0", "devcontainer-images/nx-devcontainer": "0.0.0",