From 3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 11 Apr 2026 23:31:51 -0400 Subject: [PATCH] release 2.6.2 Signed-off-by: Rui Chen --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b23c31f..dfad798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.6.2 + +## What's Changed + +### Other Changes 🔄 + +* chore(deps): bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in https://github.com/softprops/action-gh-release/pull/775 +* chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by @dependabot[bot] in https://github.com/softprops/action-gh-release/pull/777 +* chore(deps): bump vite from 8.0.0 to 8.0.5 by @dependabot[bot] in https://github.com/softprops/action-gh-release/pull/781 + ## 2.6.1 `2.6.1` is a patch release focused on restoring linked discussion thread creation when diff --git a/package-lock.json b/package-lock.json index 78cf4c1..75b4567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-gh-release", - "version": "2.6.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-gh-release", - "version": "2.6.1", + "version": "2.6.2", "dependencies": { "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", diff --git a/package.json b/package.json index 93a17c6..e8c2f1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "2.6.1", + "version": "2.6.2", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",