From fb0163a75bee697a9cfec2c931801de7c7f10042 Mon Sep 17 00:00:00 2001 From: softprops Date: Tue, 27 Jul 2021 00:52:21 -0400 Subject: [PATCH] update changelog and bump package.json version --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75503d4..0ec6561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## 0.1.7 (unreleased) +## 0.1.7 - allow creating draft releases without a tag [#95](https://github.com/softprops/action-gh-release/pull/95) - Set default token for simpler setup [#83](https://github.com/softprops/action-gh-release/pull/83) +- fix regression with action yml [#126](https://github.com/softprops/action-gh-release/pull/126) ## 0.1.6 diff --git a/package.json b/package.json index e916b1b..698e3fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-gh-release", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "GitHub Action for creating GitHub Releases", "main": "lib/main.js",