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

chore(main): release 3.7.13 (#848)

🤖 I have created a release *beep* *boop*
---


##
[3.7.13](https://github.com/google-github-actions/release-please-action/compare/v3.7.12...v3.7.13)
(2023-11-06)


### Bug Fixes

* **deps:** bump dependency versions
([#849](https://github.com/google-github-actions/release-please-action/issues/849))
([9108012](910801217b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Google GitHub Actions Bot
2023-11-06 16:23:28 -05:00
committed by GitHub
parent d7869d8d45
commit db8f2c60ee
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## [3.7.13](https://github.com/google-github-actions/release-please-action/compare/v3.7.12...v3.7.13) (2023-11-06)
### Bug Fixes
* **deps:** bump dependency versions ([#849](https://github.com/google-github-actions/release-please-action/issues/849)) ([9108012](https://github.com/google-github-actions/release-please-action/commit/910801217bf1ec07dd4367e66345f83918f7ae57))
## [3.7.12](https://github.com/google-github-actions/release-please-action/compare/v3.7.11...v3.7.12) (2023-09-28)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "release-please-action",
"version": "3.7.12",
"version": "3.7.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "release-please-action",
"version": "3.7.12",
"version": "3.7.13",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",

View File

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