diff --git a/package-lock.json b/package-lock.json index aa2fb7c..2e6a891 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playwright-last-failed", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playwright-last-failed", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "@actions/core": "^2.0.3", diff --git a/package.json b/package.json index 76426bf..990c6a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-last-failed", "description": "GitHub Actions TypeScript template that runs last failed Playwright tests using Currents cache", - "version": "2.0.0", + "version": "2.1.0", "author": "", "private": true, "homepage": "https://github.com/actions/typescript-action",