1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 07:51:18 +02:00

chore: release 1.3.2 (#39)

This commit is contained in:
DPEBot
2020-06-17 09:36:19 -07:00
committed by GitHub
parent 445bd67e39
commit 40bcfe800f
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [1.3.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.3.1...v1.3.2) (2020-06-17)
### Bug Fixes
* **build:** switch to GITHUB_TOKEN ([#38](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/38)) ([188d363](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/188d36320b0644bc436b701963d78be6386fe2c3))
### [1.3.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.3.0...v1.3.1) (2020-06-17)

2
package-lock.json generated
View File

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

View File

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