From f140254229bea8e58b372b8fe812931054884e89 Mon Sep 17 00:00:00 2001 From: Stessy Mougeot Date: Wed, 19 Aug 2026 11:53:52 +0200 Subject: [PATCH] release: Bump version for 1.5.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 104a2e6..ea4bf35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [1.5.0](https://github.com/DataDome/gha-github-signed-commit/compare/v1.4.1..v1.5.0) - 2026-08-19 + +### Dependencies + +- sync with upstream ryancyq/github-signed-commit ([#10](https://github.com/DataDome/gha-github-signed-commit/pull/10)) - ([4f300fc](https://github.com/DataDome/gha-github-signed-commit/commit/4f300fc10a2c5d92d91579a9fba37134780a7886)) +- bump action runtime from node20 to node24 - ([4f300fc](https://github.com/DataDome/gha-github-signed-commit/commit/4f300fc10a2c5d92d91579a9fba37134780a7886)) + --- ## [1.3.2](https://github.com/ryancyq/github-signed-commit/compare/v1.3.1..v1.3.2) - 2026-05-12 diff --git a/package-lock.json b/package-lock.json index f1d2e06..d16c55d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ryancyq/github-signed-commit", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ryancyq/github-signed-commit", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "@actions/core": "^3.0.1", diff --git a/package.json b/package.json index bff71ad..6d4507e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@ryancyq/github-signed-commit", - "version": "1.4.0", + "version": "1.5.0", "description": "Create a signed commit with GitHub Actions", "main": "dist/index.js", "repository": {