From a7ff68e8e16b0a7fda24d3b3f0511cb32eeb3ce6 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Fri, 15 Mar 2024 18:06:49 +0100 Subject: [PATCH] updated version to 1.1.0 It has bigger changes --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 25cd021..2a51df2 100644 --- a/action.yml +++ b/action.yml @@ -12,4 +12,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.0.1' + image: 'docker://ghcr.io/paritytech/get-fellows-action/action:1.1.0' diff --git a/package.json b/package.json index aa46923..fd163d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-fellows-action", - "version": "1.0.1", + "version": "1.1.0", "description": "Fetch all the GitHub handles from the Fellows", "main": "src/index.ts", "scripts": {