From 08327033e6fe88b1b094a562982d81b84887afab Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Sun, 26 Feb 2023 23:48:05 +0900 Subject: [PATCH] 0.10.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f04ee84..1d1ab45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-github-actions-reporter", - "version": "0.9.0", + "version": "0.10.0", "description": "Vitest reporter to create annotations when running tests in GitHub Actions", "type": "module", "main": "./dist/index.js",