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

chore(main): release 3.2.10 (#531)

This commit is contained in:
Google GitHub Actions Bot
2022-07-27 16:47:08 -05:00
committed by GitHub
parent ec4b106173
commit 3b2f676e01
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.2.10](https://github.com/google-github-actions/release-please-action/compare/v3.2.9...v3.2.10) (2022-07-27)
### Bug Fixes
* bump release-please from 13.19.3 to 13.19.6 ([#537](https://github.com/google-github-actions/release-please-action/issues/537)) ([c32b6cc](https://github.com/google-github-actions/release-please-action/commit/c32b6ccd030fddb5c9d6011d2de73e564b80dc3c))
## [3.2.9](https://github.com/google-github-actions/release-please-action/compare/v3.2.8...v3.2.9) (2022-07-18)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.2.9",
"version": "3.2.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.2.9",
"version": "3.2.10",
"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.9",
"version": "3.2.10",
"description": "automated releases based on conventional commits",
"main": "index.js",
"scripts": {