1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 01:41:12 +02:00

chore: release 1.6.2 (#55)

This commit is contained in:
DPEBot
2020-08-02 15:47:19 -07:00
committed by GitHub
parent 2917070cab
commit 9f0933c4aa
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [1.6.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.6.1...v1.6.2) (2020-08-02)
### Bug Fixes
* falsy path should be passed as undefined ([#54](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/54)) ([21233d3](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/21233d3c9f239105feab8f1df3e5fb013c1bd7f8))
### [1.6.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.6.0...v1.6.1) (2020-07-28)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "release-please-action",
"version": "1.6.1",
"version": "1.6.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "release-please-action",
"private": true,
"version": "1.6.1",
"version": "1.6.2",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {