From efb35369e0ad2afab669f228072c1b0d510eae64 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 29 Aug 2026 20:27:42 -0400 Subject: [PATCH] release 3.0.3 (#840) Signed-off-by: Rui Chen --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c34ab..cf26ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 3.0.3 + +`3.0.3` is a maintenance release with updated dependencies. It also safely +classifies malformed GitHub API errors to avoid secondary failures (#822). + +## What's Changed + +### Bug fixes 🐛 + +* fix: safely classify GitHub API errors by @chenrui333 in https://github.com/softprops/action-gh-release/pull/822 + +### Other Changes 🔄 + +* dependency updates + ## 3.0.2 `3.0.2` is a patch release focused on release reliability and compatibility. It diff --git a/package-lock.json b/package-lock.json index b4cf185..2ef5f02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-gh-release", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-gh-release", - "version": "3.0.2", + "version": "3.0.3", "dependencies": { "@actions/core": "^3.0.1", "@actions/github": "^9.1.1", diff --git a/package.json b/package.json index 781dfb6..039cb5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "3.0.2", + "version": "3.0.3", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",