From 3206c1b07c210d4ab7ab4ec108888628d1454870 Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Thu, 2 Mar 2023 17:06:44 +0000 Subject: [PATCH] Bump version to: 1.1.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2e5daf1..c31fb39d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-github-reporter", - "version": "1.0.2", + "version": "1.1.0", "description": "Report tests failures from Jest in GitHub", "main": "dist/index.js", "repository": "hipstersmoothie/jest-github-reporter",