From 6034af24fba4e5a8e975aaa6056554efe4c794d0 Mon Sep 17 00:00:00 2001 From: softprops Date: Mon, 13 Sep 2021 21:46:37 -0400 Subject: [PATCH] bump version and add changelog notes --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c4c3c..b4122af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.13 + +- fix issue with multiple runs concatenating release bodies [#145](https://github.com/softprops/action-gh-release/pull/145) + ## 0.1.12 - fix bug leading to empty strings subsituted for inputs users don't provide breaking api calls [#144](https://github.com/softprops/action-gh-release/pull/144) diff --git a/package-lock.json b/package-lock.json index 7cc1805..999cc48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "0.1.8", + "version": "0.1.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d15075..fa50f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "0.1.12", + "version": "0.1.13", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",