Skip to content

Commit fb0163a

Browse files
committed
update changelog and bump package.json version
1 parent 07c2133 commit fb0163a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 0.1.7 (unreleased)
1+
## 0.1.7
22

33
- allow creating draft releases without a tag [#95](https://github.com/softprops/action-gh-release/pull/95)
44
- Set default token for simpler setup [#83](https://github.com/softprops/action-gh-release/pull/83)
5+
- fix regression with action yml [#126](https://github.com/softprops/action-gh-release/pull/126)
56

67
## 0.1.6
78

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-gh-release",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"description": "GitHub Action for creating GitHub Releases",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)