From d0d07b2681775940494ab89e4db3664fa6278a41 Mon Sep 17 00:00:00 2001 From: cmorten Date: Mon, 19 Dec 2022 23:31:39 +0000 Subject: [PATCH] chore: bump package with new keyword --- README.md | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 771797f..f8276f8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ If you are using GitHub Actions, check out the dedicated [`guidepup/setup-action ```yaml - name: Setup Environment - uses: guidepup/setup-action@0.6.2 + uses: guidepup/setup-action@0.6.3 ``` ## Recording diff --git a/package.json b/package.json index 9a6412f..f70f406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guidepup/setup", - "version": "0.6.2", + "version": "0.6.3", "description": "Setup your environment for screen-reader automation.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -21,7 +21,8 @@ "screen-reader", "accessibility", "a11y", - "voiceover" + "voiceover", + "nvda" ], "scripts": { "build": "yarn clean && yarn compile",