1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 21:31:38 +02:00

chore: release 1.3.1 (#37)

This commit is contained in:
Benjamin E. Coe
2020-06-16 17:47:15 -07:00
committed by GitHub
parent 1188197913
commit dbfea84645
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
### [1.3.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.3.0...v1.3.1) (2020-06-17)
### Bug Fixes
* **build:** update to match new default branch ([#36](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/36)) ([1188197](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/1188197913717dd90bc1d79e1139269f427411e9))
## [1.3.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.2.2...v1.3.0) (2020-06-17) ## [1.3.0](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v1.2.2...v1.3.0) (2020-06-17)

2
package-lock.json generated
View File

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

View File

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