diff --git a/CHANGELOG.md b/CHANGELOG.md index 853abe0..1cb3fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.3.4 + +## What's Changed + +### Bug fixes 🐛 + +* fix(action): handle 422 already_exists race condition by @stephenway in https://github.com/softprops/action-gh-release/pull/665 + +### Other Changes 🔄 + +- dependency updates + ## 2.3.3 ## What's Changed diff --git a/package-lock.json b/package-lock.json index af03a8f..7b98ddb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "action-gh-release", - "version": "2.3.3", + "version": "2.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "action-gh-release", - "version": "2.3.3", + "version": "2.3.4", "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", diff --git a/package.json b/package.json index 6ac622c..8e79443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "2.3.3", + "version": "2.3.4", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",