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

chore: release 2.4.2 (#77)

This commit is contained in:
yoshi-code-bot
2020-10-01 16:16:28 -07:00
committed by GitHub
parent 90af55b6d0
commit 55b3ba3a16
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.4.2](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.1...v2.4.2) (2020-10-01)
### Bug Fixes
* **deps:** bump @actions/core from 1.2.4 to 1.2.6 ([#76](https://www.github.com/GoogleCloudPlatform/release-please-action/issues/76)) ([fa86b83](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/fa86b83b5666ef0319c5508ded6b43af2cdf317b))
### [2.4.1](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.4.0...v2.4.1) (2020-09-17)

2
package-lock.json generated
View File

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

View File

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