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

chore(main): release 3.2.4 (#490)

Co-authored-by: Jeff Ching <chingor@google.com>
This commit is contained in:
Google GitHub Actions Bot
2022-05-18 11:34:34 -05:00
committed by GitHub
parent e3b39f9e95
commit 9eca1d1c6e
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
### [3.2.4](https://github.com/google-github-actions/release-please-action/compare/v3.2.3...v3.2.4) (2022-05-18)
### Bug Fixes
* bump release-please from 13.16.3 to 13.16.4 ([#488](https://github.com/google-github-actions/release-please-action/issues/488)) ([fe3f4f7](https://github.com/google-github-actions/release-please-action/commit/fe3f4f7d68ec124fdda48e66e68e624c9bb66751))
### [3.2.3](https://github.com/google-github-actions/release-please-action/compare/v3.2.2...v3.2.3) (2022-05-13)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.2.3",
"version": "3.2.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.2.3",
"version": "3.2.4",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View File

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