From 0274d14451a639d16e549972d1faa9ab34a8f26d Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:18:53 +0900 Subject: [PATCH] 0.11.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66780bb..3b34866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-github-actions-reporter", - "version": "0.11.0", + "version": "0.11.1", "description": "Vitest reporter to create annotations when running tests in GitHub Actions", "type": "module", "main": "./dist/index.js",