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

chore: release 2.5.5 (#87)

This commit is contained in:
yoshi-code-bot
2020-10-09 17:57:57 -07:00
committed by GitHub
parent 0ab3b3257c
commit 7332b99748
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [2.5.5](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.4...v2.5.5) (2020-10-10)
### Bug Fixes
* **docs:** document functional version of release-please ([0ab3b32](https://www.github.com/GoogleCloudPlatform/release-please-action/commit/0ab3b3257c9f07aa7e7f2ef5b843556b277b53f5))
### [2.5.4](https://www.github.com/GoogleCloudPlatform/release-please-action/compare/v2.5.3...v2.5.4) (2020-10-10)

2
package-lock.json generated
View File

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

View File

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