From fa2a3f92b42ebabcbaad896a4d8eaa1ea54a537e Mon Sep 17 00:00:00 2001 From: tim-s-ccs Date: Tue, 7 Jan 2025 08:28:38 +0000 Subject: [PATCH] Release 1.1.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e6b718..dfc87eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-codepipeline-action", - "version": "1.1.9", + "version": "1.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-codepipeline-action", - "version": "1.1.9", + "version": "1.1.10", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 0962253..0576370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-codepipeline-action", - "version": "1.1.9", + "version": "1.1.10", "private": true, "description": "This GitHub Actions will help you trigger a pipeline in your AWS CodePipeline - assumming you already have the pipeline. This will not create the pipeline for you.", "main": "lib/main.js",