From 26a054244860e4f63c8c00c0253cb11662075fe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:52:23 +0000 Subject: [PATCH 1/2] chore(deps): update codecov/codecov-action action from v4 to v5 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c99dd27b..cd88afd5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,7 +37,7 @@ jobs: run: yarn test --coverage - name: 'Save test coverage' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: 'Check code formatting' run: yarn format:check From 4c61cf076f2005367f6e2b9352788a3a4b2bf59a Mon Sep 17 00:00:00 2001 From: queicherius Date: Fri, 29 Nov 2024 06:00:58 +0000 Subject: [PATCH 2/2] v3.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b57eed5..b42e0c2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@devoxa/prisma-relay-cursor-connection", "description": "Extend Prisma's `findMany` method to support the Relay Cursor Connections", - "version": "3.1.1", + "version": "3.1.2", "main": "dist/src/index.js", "license": "MIT", "repository": {